mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +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
|
@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>
|
@interface GstWindowDelegate : NSObject <NSWindowDelegate>
|
||||||
#else
|
#else
|
||||||
@interface GstWindowDelegate : NSObject
|
@interface GstWindowDelegate : NSObject
|
||||||
|
|
Loading…
Reference in a new issue