[SCM] libav/experimental: fix libavfilter version extraction

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:15:53 UTC 2013


The following commit has been merged in the experimental branch:
commit a6601d69bb83613f3cede7309f7cb19abf3ab34b
Author: Måns Rullgård <mans at mansr.com>
Date:   Wed Feb 27 09:25:38 2008 +0000

    fix libavfilter version extraction
    
    Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index cbd5dac..50fbd86 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list