On 16/10/2012 6:04 PM, Måns Rullgård wrote:
>> @@ -1077,6 +1077,8 @@ ARCH_LIST='
>>      sh4
>>      sparc
>>      sparc64
>> +    tilegx
>> +    tilepro
> 
> You are adding tilepro here...
> 
>>      tomi
>>      x86
>>      x86_32
>> @@ -2520,6 +2522,9 @@ case "$arch" in
>>          arch="sparc"
>>          subarch="sparc64"
>>      ;;
>> +    tilegx|tile-gx)
>> +        arch="tilegx"
>> +    ;;
>>      i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64)
>>          arch="x86"
>>      ;;
> 
> ... but not here.  Seems odd.

I wasn't sure if it was worth it, since it would just be:

tilepro)
    arch="tilepro"
;;

I can add it if it's wanted.

- Derek

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

Reply via email to