[SCM] libav/experimental: configure: Globally add ZLIB_CONST to CPPFLAGS if zlib is enabled

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:04:06 UTC 2014


The following commit has been merged in the experimental branch:
commit a0ce85ac7de098d3f9b53b51b77a09bad700a011
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jul 30 05:10:18 2014 -0700

    configure: Globally add ZLIB_CONST to CPPFLAGS if zlib is enabled

diff --git a/configure b/configure
index 800d6fa..03742f0 100755
--- a/configure
+++ b/configure
@@ -4442,6 +4442,8 @@ for thread in $THREADS_LIST; do
     fi
 done
 
+enabled zlib && add_cppflags -DZLIB_CONST
+
 # conditional library dependencies, in linking order
 enabled movie_filter    && prepend avfilter_deps "avformat avcodec"
 enabled resample_filter && prepend avfilter_deps "avresample"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list