[MPlayer-users] Svn 34933 fails while trying to link on Fedora 17 beta x86_64

Josh joshf87 at live.com
Mon May 21 00:21:59 CEST 2012


On 5/20/2012 16:04, stan wrote:
> I did the usual update to pull in the latest subversion version of
> mplayer, and configured and compiled it.  Did make clean and make
> distclean, before update and configure and make.  The compile completes
> without error, but when it is trying to link the final executable, I
> get the following error:
>
> cc -o mplayer command.o m_property.o mixer.o
> ...
> b-2.0 -lesd -lpulse -ljack -lopenal -lfaac -lx264 -lpthread -lmp3lame
>
> libmpdemux/demux_rtp.o: In function `demux_close_rtp':
> demux_rtp.cpp:(.text+0xbf): undefined reference to `RTSPClient::teardownMediaSession(MediaSession&)'
> libmpdemux/demux_rtp.o: In function `demux_open_rtp':
> demux_rtp.cpp:(.text+0x758): undefined reference to `RTSPClient::setupMediaSubsession(MediaSubsession&, unsigned char, unsigned char, unsigned char)'
> demux_rtp.cpp:(.text+0x7f3): undefined reference to `RTSPClient::playMediaSession(MediaSession&, double, double, float)'
> demux_rtp.cpp:(.text+0xa64): undefined reference to `RTSPClient::createNew(UsageEnvironment&, int, char const*, unsigned short)'
> demux_rtp.cpp:(.text+0xaab): undefined reference to `RTSPClient::describeWithPassword(char const*, char const*, char const*, unsigned char, int)'
> demux_rtp.cpp:(.text+0xbc9): undefined reference to `RTSPClient::describeURL(char const*, Authenticator*, unsigned char, int)'
> collect2: error: ld returned 1 exit status
> make: *** [mplayer] Error 1
>
> Is there a new library that I now need?
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>
>
Likely Live555 wasn't compiled with  
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1. I normally edit 
'livemedia/Makefile' and add  -DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 to 
COMPILE_OPTS before compiling Live555. Or you can disable it by using 
--disable-live when configuring MPlayer.

I just compiled latest FFMpeg/MPlayer/Live555  without issue, in 
Mingw/Windows anyway.


More information about the MPlayer-users mailing list