Browse code

fix libavfilter version extraction

Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2008/02/27 18:25:38
Showing 1 changed files
... ...
@@ -2036,7 +2036,7 @@ get_version LIBAVCODEC  libavcodec/avcodec.h
2036 2036
 get_version LIBAVDEVICE libavdevice/avdevice.h
2037 2037
 get_version LIBAVFORMAT libavformat/avformat.h
2038 2038
 get_version LIBAVUTIL   libavutil/avutil.h
2039
-lavfi_version=$(get_version LIBAVFILTER   libavfilter/avfilter.h)
2039
+get_version LIBAVFILTER libavfilter/avfilter.h
2040 2040
 
2041 2041
 if enabled shared; then
2042 2042
     echo "BUILD_SHARED=yes" >> config.mak