osxvideosink: Fix build on updated OS X Leopard
https://bugzilla.gnome.org/show_bug.cgi?id=721245
This commit is contained in:
parent
711c73290c
commit
3d163680f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user