[vlc-devel] [RFC] add iOS support to configure

Felix Paul Kühne fkuehne.videolan at googlemail.com
Wed Mar 21 21:45:11 CET 2012


On 21.03.2012, at 20:31, Rafaël Carré wrote:

> Le 2012-03-21 14:59, Felix Paul Kühne a écrit :
>> 
>> diff --git a/configure.ac b/configure.ac
>> index 4c16c28..e860fda 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -142,6 +142,10 @@ case "${host_os}" in
>>       x86_64*)
>>         ARCH_flag="-arch x86_64"
>>       ;;
>> +      arm*)
>> +        ARCH_flag="-arch armv7"
>> +        ac_cv_c_bigendian="no"
> 
> Not sure about that one, does the check fail or is it to avoid the check
> because we already know the result?
Well, both in fact. However, the check just fails.


> Looks sane, at least not more insane than macosx code.
> 
> However I think it could be easily moved into configure.sh helpers for
> both osx and ios.

Yes, good idea! This should please Rémi as well :-)


Best regards,

Felix


More information about the vlc-devel mailing list