[MPlayer-cvslog] r36976 - trunk/configure

Ingo Brückl ib at wupperonline.de
Wed Mar 5 19:53:09 CET 2014


> Author: reimar
> Date: Wed Mar  5 19:33:20 2014
> New Revision: 36976

> Log:
> Refine compilation against shared FFmpeg.

> @@ -7098,6 +7098,7 @@ if test "$ffmpeg_so" = auto ; then
>  fi
>
>  if test "$ffmpeg" = yes; then
> +  header_check libavutil/x86/asm.h || die "libavutil/x86/asm.h header is required for shared FFmpeg"

"... is required for FFmpeg"

For the static version, only the existence of the ffmpeg directory has been
checked so far, so if the header is missing, it's missing for both methods,
isn't it?

Ingo


More information about the MPlayer-cvslog mailing list