mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
osxvideosink: NSWindowDelegate is available in all OSX versions newer than 10.6
This commit is contained in:
parent
c106a3653b
commit
efab9e6aa3
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ GType gst_osx_video_sink_get_type(void);
|
|||
@end
|
||||
|
||||
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED == MAC_OS_X_VERSION_10_6
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_6
|
||||
@interface GstWindowDelegate : NSObject <NSWindowDelegate>
|
||||
#else
|
||||
@interface GstWindowDelegate : NSObject
|
||||
|
|
Loading…
Reference in a new issue