summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 01:54:09 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 01:55:15 +0200
commitba21aba40d4217f7efb8fee8eb9138fcef8c02bd (patch)
tree16b45c02628779b535c73a6fb2ef11ece2f33dcb /configure
parentb390b9b28fa6280f355eeef4811b6cfc02dea01a (diff)
parent6da17782ea42b89271a794f20837c76657161eb2 (diff)
downloadmpv-ba21aba40d4217f7efb8fee8eb9138fcef8c02bd.tar.bz2
mpv-ba21aba40d4217f7efb8fee8eb9138fcef8c02bd.tar.xz
Merge svn changes up to r30187
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 3f5b87552e..b7691d6631 100755
--- a/configure
+++ b/configure
@@ -4877,10 +4877,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"