On Sat, Mar 14, 2015 at 10:50 AM, Matthieu Bouron <matthieu.bou...@gmail.com
> wrote:

>
>
> On Sat, Mar 14, 2015 at 8:29 AM, Carl Eugen Hoyos <ceho...@ag.or.at>
> 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
>> ffmpeg-devel@ffmpeg.org
>> 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.

Attachment: 0002-libavdevice-avfoundation-add-capture_screen_cursor-o.patch
Description: Binary data

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to