From a6601d69bb83613f3cede7309f7cb19abf3ab34b Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 27 Feb 2008 09:25:38 +0000 Subject: 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 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 -- cgit v1.2.3