AVKit is 64 bit only
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#include "wx/osx/private.h"
|
#include "wx/osx/private.h"
|
||||||
|
|
||||||
#if wxOSX_USE_COCOA && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9
|
#if wxOSX_USE_COCOA && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9 && defined(__LP64__)
|
||||||
#define wxOSX_USE_AVKIT 1
|
#define wxOSX_USE_AVKIT 1
|
||||||
#else
|
#else
|
||||||
#define wxOSX_USE_AVKIT 0
|
#define wxOSX_USE_AVKIT 0
|
||||||
|
Reference in New Issue
Block a user