Mercurial > mplayer.hg
diff configure @ 10010:63a2262349e1
added faad2 to (no)codecmodules, patch by Sylvain Petreolle <spetreolle@yahoo.fr>
author | alex |
---|---|
date | Mon, 28 Apr 2003 15:58:27 +0000 |
parents | 7bd7a1aa605f |
children | c6fab860ab18 |
line wrap: on
line diff
--- a/configure Mon Apr 28 02:53:50 2003 +0000 +++ b/configure Mon Apr 28 15:58:27 2003 +0000 @@ -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