summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-02-27 09:25:38 +0000
committerMåns Rullgård <mans@mansr.com>2008-02-27 09:25:38 +0000
commita6601d69bb83613f3cede7309f7cb19abf3ab34b (patch)
tree17f98fd6bc552d5aefeb068d55bb17821b57f2fa
parentab4b28f09d74e690ad3bd8f08cd233fc3377af30 (diff)
fix libavfilter version extraction
Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cbd5dac104..50fbd86c64 100755
--- a/configure
+++ b/configure
@@ -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