diff options
author | Mans Rullgard <mans@mansr.com> | 2011-01-21 21:35:08 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-01-21 21:51:06 +0000 |
commit | 4ad66441c9fdd2d33d59e36a897a45828f3062f3 (patch) | |
tree | 1fbe0c9a1b5769aa88ec98d6075b38c2f33bbf3a /configure | |
parent | a210bce298281aa08516893580089d102afb2e4d (diff) | |
download | ffmpeg-4ad66441c9fdd2d33d59e36a897a45828f3062f3.tar.gz |
Fix libavformat version extraction in configure
This fixes shared library builds broken by
50196a982bf7c8be9b41053fa0975473c217e709
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3241,7 +3241,7 @@ get_version LIBPOSTPROC libpostproc/postprocess.h get_version LIBAVCODEC libavcodec/avcodec.h get_version LIBAVCORE libavcore/avcore.h get_version LIBAVDEVICE libavdevice/avdevice.h -get_version LIBAVFORMAT libavformat/avformat.h +get_version LIBAVFORMAT libavformat/version.h get_version LIBAVUTIL libavutil/avutil.h get_version LIBAVFILTER libavfilter/avfilter.h |