[MPlayer-cvslog] r37256 - trunk/configure
reimar
subversion at mplayerhq.hu
Sat Aug 23 15:59:32 CEST 2014
Author: reimar
Date: Sat Aug 23 15:59:32 2014
New Revision: 37256
Log:
Add ZLIB_CONST to make the zlib API const-correct.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Aug 17 20:06:56 2014 (r37255)
+++ trunk/configure Sat Aug 23 15:59:32 2014 (r37256)
@@ -6441,6 +6441,7 @@ statement_check zlib.h 'inflate(0, Z_NO_
if test "$_zlib" = yes ; then
def_zlib='#define CONFIG_ZLIB 1'
extra_ldflags="$extra_ldflags -lz"
+ extra_cflags="$extra_cflags -DZLIB_CONST"
# necessary for vf_screenshot
mplayer_encoders="$mplayer_encoders PNG_ENCODER"
else
More information about the MPlayer-cvslog
mailing list