From 290509f41d06cc058bcd0a1e6f69db122b69e755 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Thu, 28 Jul 2022 18:48:54 +0200 Subject: [PATCH] mac-capture: Remove guard for Mac OS X 10.10 --- plugins/mac-avcapture/av-capture.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/mac-avcapture/av-capture.mm b/plugins/mac-avcapture/av-capture.mm index 02d53cbf3..74a40f896 100644 --- a/plugins/mac-avcapture/av-capture.mm +++ b/plugins/mac-avcapture/av-capture.mm @@ -2360,7 +2360,6 @@ MODULE_EXPORT const char *obs_module_description(void) bool obs_module_load(void) { -#ifdef __MAC_10_10 // Enable iOS device to show up as AVCapture devices // From WWDC video 2014 #508 at 5:34 // https://developer.apple.com/videos/wwdc/2014/#508 @@ -2371,7 +2370,6 @@ bool obs_module_load(void) UInt32 allow = 1; CMIOObjectSetPropertyData(kCMIOObjectSystemObject, &prop, 0, NULL, sizeof(allow), &allow); -#endif obs_source_info av_capture_info = { .id = "av_capture_input",