Commit c785da84 authored by mru's avatar mru

fix libavfilter version extraction


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12260 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 722a944e
...@@ -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