[FFmpeg-cvslog] configure: get libavcodec version from new version.h header

Mans Rullgard git at videolan.org
Thu Mar 24 03:43:42 CET 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Wed Mar 23 09:39:00 2011 +0000| [b9d2f4a956dc7cfdf8b8ca1f3be4f26c752c8a22] | committer: Mans Rullgard

configure: get libavcodec version from new version.h header

This fixes shared library versioning after 3dd851c.

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9d2f4a956dc7cfdf8b8ca1f3be4f26c752c8a22
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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




More information about the ffmpeg-cvslog mailing list