From a6601d69bb83613f3cede7309f7cb19abf3ab34b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Wed, 27 Feb 2008 09:25:38 +0000
Subject: [PATCH] fix libavfilter version extraction

Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index cbd5dac1047..50fbd86c641 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
-- 
GitLab