summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-03 16:26:30 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-03 16:26:30 +0000
commiteff2254d58471554ede824897300cac6fe910cdf (patch)
tree1b8008db7177e244aabb16debea17b27eadc4ed5 /configure
parent8e778e501948b67b1f8cd889e68242d1a1eb6041 (diff)
downloadmpv-eff2254d58471554ede824897300cac6fe910cdf.tar.bz2
mpv-eff2254d58471554ede824897300cac6fe910cdf.tar.xz
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-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 7beee59bc9..e6350dbd96 100755
--- a/configure
+++ b/configure
@@ -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"