mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 18:21:14 +08:00
configure: Globally add ZLIB_CONST to CPPFLAGS if zlib is enabled
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -4442,6 +4442,8 @@ for thread in $THREADS_LIST; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
enabled zlib && add_cppflags -DZLIB_CONST
|
||||||
|
|
||||||
# conditional library dependencies, in linking order
|
# conditional library dependencies, in linking order
|
||||||
enabled movie_filter && prepend avfilter_deps "avformat avcodec"
|
enabled movie_filter && prepend avfilter_deps "avformat avcodec"
|
||||||
enabled resample_filter && prepend avfilter_deps "avresample"
|
enabled resample_filter && prepend avfilter_deps "avresample"
|
||||||
|
Reference in New Issue
Block a user