[FFmpeg-devel] [PATCH] Fix libavformat version extraction in configure

Ronald S. Bultje rsbultje
Fri Jan 21 22:44:04 CET 2011


Hi,

On Fri, Jan 21, 2011 at 4:35 PM, Mans Rullgard <mans at mansr.com> wrote:
> This fixes shared library builds broken by
> 50196a982bf7c8be9b41053fa0975473c217e709
>
> Signed-off-by: Mans Rullgard <mans at mansr.com>
> ---
> ?configure | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure b/configure
> index 76ea08d..63eadca 100755
> --- a/configure
> +++ b/configure
> @@ -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

OK of course.

Ronald



More information about the ffmpeg-devel mailing list