diff options
author | Mans Rullgard <mans@mansr.com> | 2011-03-23 09:39:00 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-03-23 09:59:44 +0000 |
commit | b9d2f4a956dc7cfdf8b8ca1f3be4f26c752c8a22 (patch) | |
tree | 7338836a4d62d15a5ce423079d13b598dea9498f /configure | |
parent | 3dd851c46b21e858a3fd9a99d8e659a6d0baa868 (diff) | |
download | ffmpeg-b9d2f4a956dc7cfdf8b8ca1f3be4f26c752c8a22.tar.gz |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |