From 9df63fd62e1932a7d650f8d99c2b92947a05a9f4 Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Fri, 7 Oct 2016 15:34:53 +0300 Subject: WMF: make it possible to build only the audio decode service The WMF plugin can now be built without the media player service. That enables the audio decode service even when DirectShow is used as media player backend. The default configuration on Windows is now: Camera, MediaPlayer -> DirectShow AudioDecode -> WMF Change-Id: Ic6f3c85ed849e0c603719cfb03794e6abd2d52fa Reviewed-by: Christian Stromme --- qtmultimedia.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtmultimedia.pro') diff --git a/qtmultimedia.pro b/qtmultimedia.pro index a49700d16..e58ae1d67 100644 --- a/qtmultimedia.pro +++ b/qtmultimedia.pro @@ -8,7 +8,7 @@ win32 { } qtCompileTest(evr) qtCompileTest(wmsdk) - contains(QT_CONFIG, wmf-backend): qtCompileTest(wmf) + qtCompileTest(wmf) } else:mac { qtCompileTest(avfoundation) } else:qnx { -- cgit v1.2.3