[MPlayer-users] Re: demux_rtp_internal.h:17:24 : liveMedia.hh:No such file or directory

Chris Newman chris at floor51.com
Sat Feb 11 13:57:45 CET 2006



RC <rcooley <at> spamcop.net> writes:

> 
> On Fri, 1 Apr 2005 14:50:47 +0530
> "Pramod Kumar Manda" <pramodkm <at> dlink.co.in> wrote:
> 
> > I used "./configure --enable-live"
> > Why because I copied whole "live" directory into "usr/lib"
> 
> live.com doesn't have any default location, it can be anywhere and there's no
way to detect where it is
> (without searching the entire filesystem), so you always have to specify
"--with-livelibdir=" when
> running configure.
> 


I found that on Linux I had to do surgery on the file placements and use a
configure like:
./configure --enable-live --with-livelibdir=/usr/lib/live/liveMedia
--with-extraincdir=/usr/lib/live/liveMedia/include

I symlinked c++ to g++ as modifying the Makefile didn't help.

I had to copy all the include files into the liveMedia include dir and then 
copy the libfiles into respective subdirs:

cp -R BasicUsageEnvironment/* /usr/lib/live/liveMedia/ 
cp -R groupsock/* /usr/lib/live/liveMedia/ 
cp -R UsageEnvironment/* /usr/lib/live/liveMedia/ 

cp BasicUsageEnvironment/libBasicUsageEnvironment.a
/usr/lib/live/liveMedia/BasicUsageEnvironment/
cp groupsock/libgroupsock.a /usr/lib/live/liveMedia/groupsock/
cp UsageEnvironment/libUsageEnvironment.a 
/usr/lib/live/liveMedia/UsageEnvironment/

bit messy I know. but it seemed to work. compiled with gcc 3.3.6 on Debian.

chris




More information about the MPlayer-users mailing list