mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-29 12:26:20 +08:00
fix libavfilter version extraction
Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -2036,7 +2036,7 @@ get_version LIBAVCODEC libavcodec/avcodec.h
|
||||
get_version LIBAVDEVICE libavdevice/avdevice.h
|
||||
get_version LIBAVFORMAT libavformat/avformat.h
|
||||
get_version LIBAVUTIL libavutil/avutil.h
|
||||
lavfi_version=$(get_version LIBAVFILTER libavfilter/avfilter.h)
|
||||
get_version LIBAVFILTER libavfilter/avfilter.h
|
||||
|
||||
if enabled shared; then
|
||||
echo "BUILD_SHARED=yes" >> config.mak
|
||||
|
Reference in New Issue
Block a user