summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-07 15:23:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-07 15:23:55 +0000
commit2817da6233486d30f15b12cac1423c01ee1b82d4 (patch)
tree42455dce2c2fc264d8633ee03175e1b944d6592b /configure
parent66ae932317b36d720316a2b5d2c1f250cfcdfc79 (diff)
downloadmpv-2817da6233486d30f15b12cac1423c01ee1b82d4.tar.bz2
mpv-2817da6233486d30f15b12cac1423c01ee1b82d4.tar.xz
Convert CONFIG_ZLIB into a 0/1 option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28475 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 751fceffea..830b68bc04 100755
--- a/configure
+++ b/configure
@@ -5979,7 +5979,7 @@ if test "$_zlib" = yes ; then
_def_zlib='#define CONFIG_ZLIB 1'
_ld_extra="$_ld_extra -lz"
else
- _def_zlib='#undef CONFIG_ZLIB'
+ _def_zlib='#define CONFIG_ZLIB 0'
_libavdecoders=`echo $_libavdecoders | sed -e s/FLASHSV_DECODER// -e s/PNG_DECODER// -e s/ZMBV_DECODER// -e s/DXA_DECODER// -e s/TSCC_DECODER// `
_libavencoders=`echo $_libavencoders | sed -e s/FLASHSV_ENCODER// -e s/PNG_ENCODER// -e s/ZMBV_ENCODER// `
fi