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:
TcT2k
2016-10-19 13:56:29 +02:00
committed by VZ
parent ec45fc5ae0
commit 065135adcc
4 changed files with 10 additions and 462 deletions

View File

@@ -877,11 +877,6 @@
*/
#define wxUSE_WEBKIT 0
/*
* wxMediaCtrl on OS X
*/
#undef wxOSX_USE_QTKIT
/*
* Objective-C class name uniquifying
*/