Add MediaPlayer support to AVFoundation plugin

This plugin would be used on Mac 10.7+ where without the QuickTime C API
our QT7 media player performance was crippled.

Change-Id: Iaadb1990a8f63393c4cd02d096624e0fed42b40f
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Jason Barron <jason.barron@digia.com>
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
Andy Nichols
2012-10-01 10:20:19 +02:00
committed by The Qt Project
parent 7f25187774
commit 700b4cdf42
25 changed files with 3591 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
TEMPLATE = subdirs
SUBDIRS += camera
SUBDIRS += camera \
mediaplayer