Commit a0ce85ac authored by Diego Biurrun's avatar Diego Biurrun

configure: Globally add ZLIB_CONST to CPPFLAGS if zlib is enabled

parent a8d803a3
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment