From 1235fb99101d56694edfa018b4cf6cfae653fa36 Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Fri, 25 Oct 2013 12:49:40 +0200 Subject: OpenSL ES: enable the plugin only on Android. Removed the configure test to enable or not the plugin (which solves the problem of the plugin not being built on Windows because of a bug in QMake). Even though it should work on other OpenSL ES implementations than the Android one, it hasn't been tested. Compile and use the plugin only on Android for now. Task-number: QTBUG-34275 Change-Id: I02d47c8be3be8163a17c68b44b8c4b18a218a3fe Reviewed-by: Christian Stromme --- qtmultimedia.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'qtmultimedia.pro') diff --git a/qtmultimedia.pro b/qtmultimedia.pro index f3ede6cac..489f81fa7 100644 --- a/qtmultimedia.pro +++ b/qtmultimedia.pro @@ -2,7 +2,6 @@ requires(qtHaveModule(gui)) load(configure) qtCompileTest(openal) -qtCompileTest(opensles) win32 { qtCompileTest(directshow) { qtCompileTest(wshellitem) -- cgit v1.2.1