[MPlayer-users] Latest SVN - Subtitles broken for VOBs, DTS support removed(?), LIVE555 fails to compile, undefined ENABLE_* functions in libavcodec/dsputil.c

Rick Harris rickharris at mightylegends.zapto.org
Tue Jun 19 04:46:39 CEST 2007


On Mon, 18 Jun 2007 06:04:30 pm Carl Eugen Hoyos wrote:
> Hi!
>
> Rick Harris <rickharris <at> mightylegends.zapto.org> writes:
> > 1) Compile fails if LIVE555 support is enabled/auto-detected, problem
> > looks to
>
> be a bug in the 'configure'
>
> > script not getting/setting the include paths:
> > Checking for LIVE555 Streaming Media libraries ... yes (using )
>
> After testing with latest svn and just ./configure, could you post the
> content of configure.log beginning with
> ============ Checking for LIVE555
> and ending with
> Result is:


Apologies, self-created bug from me specifying '--enable-live', just plain ./configure and letting it autodetect works.


With just './configure', I now have:
Checking for LIVE555 Streaming Media libraries ... yes (using distribution version)


'configure.log' extract:
============ Checking for LIVE555 Streaming Media libraries ============
<snip>

#include <liveMedia.hh>
#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
#error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
#endif
int main(void) {}

cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -D__STDC_LIMIT_MACROS -march=athlon-xp -mtune=athlon-xp -pipe -ffast-math -fomit-frame-pointer  -I/usr/X11R6/include -I/usr/include/ -I/usr/include/SDL  -D_REENTRANT -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lgif -lasound -ldl -lpthread -lcdio_cdda -lcdio -lcdio_paranoia  -lfreetype -lz -lfontconfig  -L/usr/lib -lfribidi -lz -llzo2 -lmad  -ltheora -logg     -lXext -lX11 -lpthread -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -L/usr/lib -lcaca -lcucul -lvga -lSDL -lpthread -lfaac  -ltwolame -lfaac -o /var/tmp/portage/mplayer-svn-5/temp/mplayer-conf-17214-22478.o /var/tmp/portage/mplayer-svn-5/temp/mplayer-conf-12738-22478.cpp -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/groupsock -lstdc++


Result is: yes (using distribution version)
##########################################


All is well with LIVE555.


Cheers,
Rick



More information about the MPlayer-users mailing list