osxvideosink: NSWindowDelegate is available in all OSX versions newer than 10.6

This commit is contained in:
Sebastian Dröge 2012-05-30 12:43:37 +02:00
parent c106a3653b
commit efab9e6aa3

View file

@ -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