summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-11 09:15:59 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-11 09:15:59 +0000
commit97654ce7f3c6f711b270487d2f43f70c8e872024 (patch)
tree0f1114905f0bf07ce11c72ef8e2b650a17715e29 /configure
parent8db2a741bbe904bdc7068bec4dca9a92625c1c45 (diff)
downloadmpv-97654ce7f3c6f711b270487d2f43f70c8e872024.tar.bz2
mpv-97654ce7f3c6f711b270487d2f43f70c8e872024.tar.xz
add initial mPNG support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4657 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index aa9164808f..297634e4e9 100755
--- a/configure
+++ b/configure
@@ -1935,8 +1935,10 @@ if test "$_png" = yes ; then
_ld_png='-lpng -lz'
_vosrc="$_vosrc vo_png.c"
_vomodules="png $_vomodules"
+ _mkf_png="yes"
else
_def_png='#undef HAVE_PNG'
+ _mkf_png="no"
fi
@@ -2948,6 +2950,8 @@ OPENDIVX = $_opendivx
VO2 = $_vo2
+PNG = $_mkf_png
+
EXTRA_LIB = $_ld_extra
Z_LIB = $_ld_static $_ld_zlib
HAVE_MLIB = $_mlib