[Mplayer-cvslog] CVS: main configure,1.764,1.765
Moritz Bunkus CVS
mosu at mplayerhq.hu
Sun Sep 7 20:06:48 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv13227
Modified Files:
configure
Log Message:
Add libogg if Theora is wanted (might be missing if Tremor is used instead of Vorbis). Patch by Götz Waschk <waschk at informatik.uni-rostock.de>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.764
retrieving revision 1.765
diff -u -r1.764 -r1.765
--- configure 7 Sep 2003 17:49:56 -0000 1.764
+++ configure 7 Sep 2003 18:06:27 -0000 1.765
@@ -4242,7 +4242,7 @@
if test "$_theora" = yes ; then
_def_theora='#define HAVE_OGGTHEORA 1'
_codecmodules="libtheora $_codecmodules"
- _ld_theora="-ltheora"
+ _ld_theora="-ltheora -logg"
else
_def_theora='#undef HAVE_OGGTHEORA'
_nocodecmodules="libtheora $_nocodecmodules"
More information about the MPlayer-cvslog
mailing list