Skip to content
Snippets Groups Projects
Commit a6601d69 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

fix libavfilter version extraction

Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ab4b28f0
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment