From 17a700292ad9289e8de199dc50b3e222ede42e1d Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Wed, 14 Aug 2013 16:42:44 +0200 Subject: AVFoundation: Enable use of QMediaPlayer for audio on iOS This commit disables the video components of the AVFoundation mediaplayer backend when building for iOS and enables the use of QMediaPlayer with audio assets. Change-Id: Iadd6f9c61ed1e656301326e90a22cbca6428b654 Reviewed-by: Richard Moe Gustavsen --- src/plugins/plugins.pro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/plugins/plugins.pro') diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index ba8a38890..b0356636a 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -47,10 +47,9 @@ unix:!mac { mac:!simulator { SUBDIRS += audiocapture - !ios { - SUBDIRS += qt7 - config_avfoundation: SUBDIRS += avfoundation - } + config_avfoundation: SUBDIRS += avfoundation + + !ios: SUBDIRS += qt7 } config_opensles { -- cgit v1.2.3