1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

configure: Globally add ZLIB_CONST to CPPFLAGS if zlib is enabled

This commit is contained in:
Diego Biurrun 2014-07-30 05:10:18 -07:00
parent a8d803a320
commit a0ce85ac7d

2
configure vendored
View File

@ -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"