summaryrefslogtreecommitdiff
path: root/qtmultimedia.pro
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@theqtcompany.com>2016-10-07 15:34:53 +0300
committerYoann Lopes <yoann.lopes@qt.io>2016-11-02 13:41:47 +0000
commit9df63fd62e1932a7d650f8d99c2b92947a05a9f4 (patch)
tree1072a72f04b3412940c685c34a5197ec1c110d1f /qtmultimedia.pro
parent4e5eb169891fb52abe5683cb2d50f3ef280f1695 (diff)
downloadqtmultimedia-9df63fd62e1932a7d650f8d99c2b92947a05a9f4.tar.gz
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 <christian.stromme@qt.io>
Diffstat (limited to 'qtmultimedia.pro')
-rw-r--r--qtmultimedia.pro2
1 files changed, 1 insertions, 1 deletions
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 {