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
|
||||
|
||||
|
||||
#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…
x
Reference in New Issue
Block a user