Mercurial > mplayer.hg
diff configure @ 33389:2672587086ad
Add MNG output support.
Patch by Stefan Schuermans, stefan blinkenarea dot org.
author | cboesch |
---|---|
date | Sat, 21 May 2011 15:04:50 +0000 |
parents | dc5d741dad9c |
children | d9f02729b2f3 |
line wrap: on
line diff
--- a/configure Sat May 21 14:26:27 2011 +0000 +++ b/configure Sat May 21 15:04:50 2011 +0000 @@ -380,7 +380,7 @@ Codecs: --enable-gif enable GIF support [autodetect] --enable-png enable PNG input/output support [autodetect] - --enable-mng enable MNG input support [autodetect] + --enable-mng enable MNG input/output support [autodetect] --enable-jpeg enable JPEG input/output support [autodetect] --enable-libcdio enable libcdio support [autodetect] --enable-liblzo enable liblzo support [autodetect] @@ -4859,8 +4859,10 @@ if test "$_mng" = yes ; then def_mng='#define CONFIG_MNG 1' extra_ldflags="$extra_ldflags -lmng -lz" + vomodules="mng $vomodules" else def_mng='#undef CONFIG_MNG' + novomodules="mng $novomodules" fi echocheck "JPEG support"