On Sat, Mar 14, 2015 at 11:11 AM, Matthieu Bouron <[email protected]
> wrote:

>
>
> On Sat, Mar 14, 2015 at 10:50 AM, Matthieu Bouron <
> [email protected]> wrote:
>
>>
>>
>> On Sat, Mar 14, 2015 at 8:29 AM, Carl Eugen Hoyos <[email protected]>
>> wrote:
>>
>>>  <matthieu.bouron <at> gmail.com> writes:
>>>
>>> > +#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080
>>>
>>> Please make this "#if !TARGET_OS_IPHONE && ..."
>>> to avoid warnings when compiling for iOS.
>>>
>>> Carl Eugen
>>>
>>> _______________________________________________
>>> ffmpeg-devel mailing list
>>> [email protected]
>>> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>>>
>>
>> Hello Carl,
>>
>> Both code blocks are already contained in the following blocks:
>>
>> #if !TARGET_OS_IPHONE && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
>> [...]
>> #endif
>>
>> Do you still want the #if !TARGET_OS_IPHONE for consistency ?
>>
>
> New patch attached with the #if !TARGET_OS_IPHONE condition.
>

ping
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to