[MPlayer-cvslog] r22917 - trunk/configure

diego subversion at mplayerhq.hu
Fri Apr 6 11:22:28 CEST 2007


Author: diego
Date: Fri Apr  6 11:22:28 2007
New Revision: 22917

Modified:
   trunk/configure

Log:
There was a fallback value for libtheora linker flags, but it was never added
to the right variable that collects linker flags.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Apr  6 11:22:28 2007
@@ -5820,7 +5820,7 @@ if test "$_theora" = yes ; then
   _codecmodules="libtheora $_codecmodules"
   # when --enable-theora is forced, we'd better provide a probably sane
   # $_ld_theora than nothing
-  test -z "$_ld_theora" && _ld_theora="-ltheora -logg"
+  test -z "$_ld_theora" && _ld_extra="$_ld_extra -ltheora -logg"
 else
   _def_theora='#undef HAVE_OGGTHEORA'
   _nocodecmodules="libtheora $_nocodecmodules"



More information about the MPlayer-cvslog mailing list