[Mplayer-cvslog] CVS: main configure,1.697,1.698

Alex Beregszaszi alex at mplayerhq.hu
Fri Oct 17 16:00:07 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv5365

Modified Files:
	configure 
Log Message:
added faad2 to (no)codecmodules, patch by Sylvain Petreolle <spetreolle at yahoo.fr>

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.697
retrieving revision 1.698
diff -u -r1.697 -r1.698
--- configure	24 Apr 2003 18:55:43 -0000	1.697
+++ configure	28 Apr 2003 15:58:27 -0000	1.698
@@ -4037,8 +4037,10 @@
 if test "$_faad" = yes ; then
   _def_faad='#define HAVE_FAAD 1'
   _ld_faad='-lfaad'
+  _codecmodules="faad2 $_codecmodules"
 else
   _def_faad='#undef HAVE_FAAD'
+  _nocodecmodules="faad2 $_nocodecmodules"
 fi
 
 if test "$_faad" = yes; then



More information about the MPlayer-cvslog mailing list