osxvideosink: Fix last commit to actually work
MAC_OS_X_VERSION_10_6 is obviously not defined on 10.5.
This commit is contained in:
parent
88554404e6
commit
76b7998e4f
@ -107,10 +107,10 @@ 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_5
|
||||||
@interface GstWindowDelegate : NSObject <NSWindowDelegate>
|
|
||||||
#else
|
|
||||||
@interface GstWindowDelegate : NSObject
|
@interface GstWindowDelegate : NSObject
|
||||||
|
#else
|
||||||
|
@interface GstWindowDelegate : NSObject <NSWindowDelegate>
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
@public
|
@public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user