On Fri, May 18, 2012 at 10:28:25AM -0700, Luca Barbato wrote:
> TARGET_EXEC allows running FATE on simulators, remote targets and
> memory checkers. Also document a known issue with Wine and mixed
> Unix/Windows line ending.
> --- a/doc/fate.texi
> +++ b/doc/fate.texi
> @@ -131,6 +136,22 @@ makeopts= # extra options passed to 'make'
>
> +In order to avoid FATE failures when using @command{wine} set the wrapper to:
> +
> +@example
> +#! /bin/sh
> +if [ $(basename $1) = avprobe ]; then
> + wine "$@" | tr -d '\r'
> +else
> + wine "$@"
> +fi
> +@end example
I thought this was no longer necessary...
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel