diff --git a/sys/osxvideo/osxvideosink.h b/sys/osxvideo/osxvideosink.h index e2618829f0..d1cff840e3 100644 --- a/sys/osxvideo/osxvideosink.h +++ b/sys/osxvideo/osxvideosink.h @@ -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 #else @interface GstWindowDelegate : NSObject