From: Stefano Sabatini Date: Fri, 13 Jan 2012 15:23:55 +0000 (+0100) Subject: configure: provide libavfilter/version.h header to get_version() X-Git-Tag: n0.11-dev~257 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/e4fa15d15618ea3c0786eccde08f5c12a65e8fa4 configure: provide libavfilter/version.h header to get_version() Fix libavfilter library version numbers generation, which was broken in 3167dc9515810bbdd86d99d773bcf84657d2e72a. --- diff --git a/configure b/configure index 7886735..d846479 100755 --- a/configure +++ b/configure @@ -3590,7 +3590,7 @@ get_version(){ get_version LIBAVCODEC libavcodec/version.h get_version LIBAVDEVICE libavdevice/avdevice.h -get_version LIBAVFILTER libavfilter/avfilter.h +get_version LIBAVFILTER libavfilter/version.h get_version LIBAVFORMAT libavformat/version.h get_version LIBAVUTIL libavutil/avutil.h get_version LIBPOSTPROC libpostproc/postprocess.h