From 3d163680f0c84db3ba9424a1bee5df78e548ff90 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Tue, 31 Dec 2013 10:07:22 +0100 Subject: [PATCH] osxvideosink: Fix build on updated OS X Leopard https://bugzilla.gnome.org/show_bug.cgi?id=721245 --- sys/osxvideo/osxvideosink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/osxvideo/osxvideosink.h b/sys/osxvideo/osxvideosink.h index da912dfaff..ce55c7f720 100644 --- a/sys/osxvideo/osxvideosink.h +++ b/sys/osxvideo/osxvideosink.h @@ -42,7 +42,7 @@ GST_DEBUG_CATEGORY_EXTERN (gst_debug_osx_video_sink); /* The hack doesn't work on leopard, the _CFMainPThread symbol * is doesn't exist in the CoreFoundation library */ -#if MAC_OS_X_VERSION_MIN_REQUIRED <= MAC_OS_X_VERSION_10_5 +#if MAC_OS_X_VERSION_MIN_REQUIRED < 1060 #ifdef RUN_NS_APP_THREAD #undef RUN_NS_APP_THREAD #endif