Commit a6601d69 authored by Måns Rullgård's avatar Måns Rullgård

fix libavfilter version extraction

Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ab4b28f0
...@@ -2036,7 +2036,7 @@ get_version LIBAVCODEC libavcodec/avcodec.h ...@@ -2036,7 +2036,7 @@ get_version LIBAVCODEC libavcodec/avcodec.h
get_version LIBAVDEVICE libavdevice/avdevice.h get_version LIBAVDEVICE libavdevice/avdevice.h
get_version LIBAVFORMAT libavformat/avformat.h get_version LIBAVFORMAT libavformat/avformat.h
get_version LIBAVUTIL libavutil/avutil.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 if enabled shared; then
echo "BUILD_SHARED=yes" >> config.mak echo "BUILD_SHARED=yes" >> config.mak
......
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