comparison configure @ 30144:0a92a14ced38

Change vo_png to use FFmpeg's png encoder instead of libpng.
author reimar
date Sun, 03 Jan 2010 16:26:30 +0000
parents 12a49e9ca30e
children cc26cc1865ee
comparison
equal deleted inserted replaced
30143:0a4585a1653d 30144:0a92a14ced38
5005 fi 5005 fi
5006 echores "$_png" 5006 echores "$_png"
5007 if test "$_png" = yes ; then 5007 if test "$_png" = yes ; then
5008 def_png='#define CONFIG_PNG 1' 5008 def_png='#define CONFIG_PNG 1'
5009 extra_ldflags="$extra_ldflags -lpng -lz" 5009 extra_ldflags="$extra_ldflags -lpng -lz"
5010 _vomodules="png $_vomodules"
5011 else 5010 else
5012 def_png='#undef CONFIG_PNG' 5011 def_png='#undef CONFIG_PNG'
5013 _novomodules="png $_novomodules"
5014 fi 5012 fi
5015 5013
5016 echocheck "MNG support" 5014 echocheck "MNG support"
5017 if test "$_mng" = auto ; then 5015 if test "$_mng" = auto ; then
5018 _mng=no 5016 _mng=no