Re: [FFmpeg-devel] [PATCH] lavc/audiotoolboxdec: fix OSX SDK detection

2016-09-06 Thread Dmitry Kalinkin
> On 06 Sep 2016, at 00:05, Rodger Combs wrote: > > >> On Sep 5, 2016, at 22:58, Dmitry Kalinkin wrote: >> >> __MAC_10_11 can be present in updated revision of an older SDK so it >> can't reliably detect availability of kAudioFormatEnhancedAC3 constant. >> >> Fixes: b4daa2c40f ('lavc/audioto

[FFmpeg-devel] [PATCH] lavc/audiotoolboxdec: fix OSX SDK detection

2016-09-06 Thread Dmitry Kalinkin
__MAC_10_11 can be present in updated revision of an older SDK so it can't reliably detect availability of kAudioFormatEnhancedAC3 constant. Fixes: b4daa2c40f ('lavc/audiotoolboxdec: add eac3 decoder') Cc: Rodger Combs Signed-off-by: Dmitry Kalinkin --- libavcodec/audiotoolboxdec.c | 2 +- 1 fi

Re: [FFmpeg-devel] [PATCH] lavc/audiotoolboxdec: fix OSX SDK detection

2016-09-05 Thread Rodger Combs
> On Sep 5, 2016, at 22:58, Dmitry Kalinkin wrote: > > __MAC_10_11 can be present in updated revision of an older SDK so it > can't reliably detect availability of kAudioFormatEnhancedAC3 constant. > > Fixes: b4daa2c40f ('lavc/audiotoolboxdec: add eac3 decoder') > Cc: Rodger Combs > Signed-off

Re: [FFmpeg-devel] [PATCH] lavc/audiotoolboxdec: fix OSX SDK detection

2016-09-05 Thread Rodger Combs
> On Sep 5, 2016, at 23:08, Dmitry Kalinkin wrote: > > >> On 06 Sep 2016, at 00:05, Rodger Combs wrote: >> >> >>> On Sep 5, 2016, at 22:58, Dmitry Kalinkin wrote: >>> >>> __MAC_10_11 can be present in updated revision of an older SDK so it >>> can't reliably detect availability of kAudioFo