On Sun, Mar 26, 2017 at 02:12:39PM +0200, Luca Barbato wrote:
> --- a/configure
> +++ b/configure
> @@ -441,7 +441,7 @@ filter_out(){
> pat=$1
> shift
> for v; do
> - eval "case $v in $pat) ;; *) printf '%s ' $v ;; esac"
> + eval "case '$v' in $pat) ;; *) printf '%s ' '$v' ;; esac"
> done
This change has no effect for me.
Also, filter() should receive the same change.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel