osxvideosink: NSWindowDelegate is available in all OSX versions newer than 10.6
This commit is contained in:
parent
c106a3653b
commit
efab9e6aa3
@ -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…
x
Reference in New Issue
Block a user