[MPlayer-cvslog] *** GMX Spamverdacht *** Re: r36976 - trunk/configure
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Wed Mar 5 19:59:54 CET 2014
On Wed, Mar 05, 2014 at 07:53:09PM +0100, Ingo Brückl wrote:
> > 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?
Yes, though it kind of shouldn't happen, plus more than just that
header is required for the static version.
So I'm not sure leaving "shared" out is going to improve things.
I considered putting it under the ffmpeg_so case, but this
way it receives some extra testing.
More information about the MPlayer-cvslog
mailing list