[vlc-devel] [PATCH] video_out/mac: Enable bt2020 color space
Vittorio Giovara
vittorio.giovara at gmail.com
Sun Oct 2 19:11:43 CEST 2016
On Sun, Oct 2, 2016 at 11:38 AM, Felix Paul Kühne <fkuehne at videolan.org> wrote:
> Hey Vittorio,
>
> This patch needs a ifdef in case kCGColorSpaceITUR_2020 is not defined (as it was introduced in macOS 10.11 and we still want to support the 10.10 SDK) similar to what we do for other constants like in the VideoToolbox decoder.
Hi Felix,
would something like
#if MAC_OS_X_VERSION_MAX_ALLOWED < 1011
const CFStringRef kCGColorSpaceITUR_2020 = CFSTR("kCGColorSpaceITUR_2020");
#endif
in both files be enough?
Thanks,
--
Vittorio
More information about the vlc-devel
mailing list