[MPlayer-dev-eng] loosen requirements on error resilence flags
Diego Biurrun
diego at biurrun.de
Mon Feb 6 13:16:52 CET 2012
On Mon, Feb 06, 2012 at 07:32:15AM +0100, Reinhard Tartler wrote:
> $subj
>
> --- libmpcodecs/vd_ffmpeg.c (Revision 34652)
> +++ libmpcodecs/vd_ffmpeg.c (Arbeitskopie)
> @@ -47,6 +47,18 @@
>
> +#ifndef AV_EF_COMPLIANT
> +#define AV_EF_COMPLIANT 0
> +#endif
> +
> +#ifndef AV_EF_CAREFUL
> +#define AV_EF_CAREFUL 0
> +#endif
> +
> +#ifndef AV_EF_AGGRESSIVE
> +#define AV_EF_AGGRESSIVE 0
> +#endif
Internal API abuse strikes back?
We have the rest of these hacks in configure...
Diego
More information about the MPlayer-dev-eng
mailing list