summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-03-23 09:39:00 +0000
committerMans Rullgard <mans@mansr.com>2011-03-23 09:59:44 +0000
commitb9d2f4a956dc7cfdf8b8ca1f3be4f26c752c8a22 (patch)
tree7338836a4d62d15a5ce423079d13b598dea9498f /configure
parent3dd851c46b21e858a3fd9a99d8e659a6d0baa868 (diff)
configure: get libavcodec version from new version.h header
This fixes shared library versioning after 3dd851c. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 00aa9ed9da..bde1dad1c4 100755
--- a/configure
+++ b/configure
@@ -3286,7 +3286,7 @@ get_version(){
get_version LIBSWSCALE libswscale/swscale.h
get_version LIBPOSTPROC libpostproc/postprocess.h
-get_version LIBAVCODEC libavcodec/avcodec.h
+get_version LIBAVCODEC libavcodec/version.h
get_version LIBAVDEVICE libavdevice/avdevice.h
get_version LIBAVFORMAT libavformat/version.h
get_version LIBAVUTIL libavutil/avutil.h