diff configure @ 28440:2218218264cb

Convert CONFIG_ZLIB into a 0/1 option.
author diego
date Sat, 07 Feb 2009 15:23:55 +0000
parents c0451a1878fd
children 098ed8584f6a
line wrap: on
line diff
--- a/configure	Sat Feb 07 15:19:43 2009 +0000
+++ b/configure	Sat Feb 07 15:23:55 2009 +0000
@@ -5979,7 +5979,7 @@
   _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