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 ? Matthieu _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel