summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-13 16:23:55 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-14 07:44:43 +0100
commitb5c2b5af6a2f5baade1d0688703b3e46fa2f6cf2 (patch)
tree365c95c7b764b6a127f7c83216af38f0ad815690 /configure
parent3c172a41065dd3fe1d11af9f0eb16d789d08daf2 (diff)
configure: provide libavfilter/version.h header to get_version()
Fix libavfilter library version numbers generation, which was broken in 3167dc9515810bbdd86d99d773bcf84657d2e72a. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3146641724..93b98a96dd 100755
--- 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