[MPlayer-cvslog] CVS: main configure,1.1109,1.1110
    Aurelien Jacobs CVS 
    syncmail at mplayerhq.hu
       
    Tue Dec 13 22:54:31 CET 2005
    
    
  
CVS change done by Aurelien Jacobs CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv4963
Modified Files:
	configure 
Log Message:
restore the old behavior for --enable-theora, ie. provide a sane default for $_ld_theora
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1109
retrieving revision 1.1110
diff -u -r1.1109 -r1.1110
--- configure	13 Dec 2005 17:01:07 -0000	1.1109
+++ configure	13 Dec 2005 21:54:28 -0000	1.1110
@@ -5503,6 +5503,9 @@
 if test "$_theora" = yes ; then
   _def_theora='#define HAVE_OGGTHEORA 1'
   _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"
 else
   _def_theora='#undef HAVE_OGGTHEORA'
   _nocodecmodules="libtheora $_nocodecmodules"
    
    
More information about the MPlayer-cvslog
mailing list