Remove QTKit support from wxMediaCtrl for OS X
QTKit has been removed from OS X 10.12 SDK. QTKit has been superseded by AVFoundation since OS X 10.7. Since wxWidgets >= 3.1 requires 10.7 anyway there is no reason to support the old API. Additionally the AVFoundation implementation may use AVKit (available since 10.9). It will be used when available and the deployment target is met. Closes https://github.com/wxWidgets/wxWidgets/pull/337
This commit is contained in:
@@ -877,11 +877,6 @@
|
||||
*/
|
||||
#define wxUSE_WEBKIT 0
|
||||
|
||||
/*
|
||||
* wxMediaCtrl on OS X
|
||||
*/
|
||||
#undef wxOSX_USE_QTKIT
|
||||
|
||||
/*
|
||||
* Objective-C class name uniquifying
|
||||
*/
|
||||
|
Reference in New Issue
Block a user