On 27/03/2017 12:40, Diego Biurrun wrote:
> 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.

I spotted the problem when trying the pathscale compiler.

> Also, filter() should receive the same change.
> 

I'll update accordingly.

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to