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@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
participants (1)
-
Alex Beregszaszi