Luca Barbato <[email protected]> writes:

> +In order to avoid FATE failures when using @command{wine} is suggested to set
> +the wrapper to:
> +
> +@example
> +#! /bin/sh
> +if [ $(basename $1) = avprobe.exe ]; then
> +    wine "$@" | tr -d '\r'
> +else
> +    wine "$@"
> +fi
> +@end example

Let's find out if this actually works before committing it.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to