mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue