23 Aug
2014
23 Aug
'14
1:59 p.m.
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
4407
Age (days ago)
4407
Last active (days ago)
0 comments
1 participants
participants (1)
-
reimar