configure: provide libavfilter/version.h header to get_version()
authorStefano Sabatini <stefasab@gmail.com>
Fri, 13 Jan 2012 15:23:55 +0000 (16:23 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 14 Jan 2012 06:44:43 +0000 (07:44 +0100)
Fix libavfilter library version numbers generation, which was broken in
3167dc9515810bbdd86d99d773bcf84657d2e72a.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
configure

index 3146641..93b98a9 100755 (executable)
--- a/configure
+++ b/configure
@@ -3361,7 +3361,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