[MPlayer-dev-eng] [PATCH] fix theora + tremor build

Götz Waschk waschk at informatik.uni-rostock.de
Sat Sep 6 18:24:40 CEST 2003


Hi,

this patch is needed if you want to build with Ogg Theora and with
Tremor instead of libvorbis. Else libogg won't be added to the
LDFLAGS.

CU
-- 
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
    Mahatma Gandhi (1869 - 1948), "Non-Violence in Peace and War"
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.762
diff -u -r1.762 configure
--- configure	5 Sep 2003 23:50:56 -0000	1.762
+++ configure	6 Sep 2003 16:56:23 -0000
@@ -4238,7 +4238,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-dev-eng mailing list