diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-03 16:26:30 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-03 16:26:30 +0000 |
commit | eff2254d58471554ede824897300cac6fe910cdf (patch) | |
tree | 1b8008db7177e244aabb16debea17b27eadc4ed5 /configure | |
parent | 8e778e501948b67b1f8cd889e68242d1a1eb6041 (diff) |
Change vo_png to use FFmpeg's png encoder instead of libpng.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30186 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5007,10 +5007,8 @@ echores "$_png" if test "$_png" = yes ; then def_png='#define CONFIG_PNG 1' extra_ldflags="$extra_ldflags -lpng -lz" - _vomodules="png $_vomodules" else def_png='#undef CONFIG_PNG' - _novomodules="png $_novomodules" fi echocheck "MNG support" |