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

stan RegBur_Flydan8 at q.com
Sun May 20 22:04:13 CEST 2012


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?


More information about the MPlayer-users mailing list