From b9d2f4a956dc7cfdf8b8ca1f3be4f26c752c8a22 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Wed, 23 Mar 2011 09:39:00 +0000 Subject: [PATCH] configure: get libavcodec version from new version.h header This fixes shared library versioning after 3dd851c. Signed-off-by: Mans Rullgard --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 00aa9ed..bde1dad 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 -- 2.7.4