[vlc-devel] [PATCH] video_out/mac: Enable bt2020 color space

Jean-Baptiste Kempf jb at videolan.org
Sun Oct 2 20:53:32 CEST 2016


On 02 Oct, Vittorio Giovara wrote :
> 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?

I think so.


But what happens at runtime, if you don't have this supported?

With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the vlc-devel mailing list