From 7d24543c27bf3eebe1ac7c8f625c6e9c9fbdbdec Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Tue, 8 Oct 2013 16:15:04 +0200 Subject: DirectShow: improve metadata support. Correctly return the list of available metadata. On Windows Vista and later, we now use shell properties to retrieve the metadata. This allows us to get much more metadata properties. Task-number: QTBUG-30776 Change-Id: If542756d08d832903984ef10d09c4caf410bdb1c Reviewed-by: Christian Stromme --- qtmultimedia.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qtmultimedia.pro') diff --git a/qtmultimedia.pro b/qtmultimedia.pro index 0c5ad66fb..f3ede6cac 100644 --- a/qtmultimedia.pro +++ b/qtmultimedia.pro @@ -4,7 +4,9 @@ load(configure) qtCompileTest(openal) qtCompileTest(opensles) win32 { - qtCompileTest(directshow) + qtCompileTest(directshow) { + qtCompileTest(wshellitem) + } qtCompileTest(wmsdk) qtCompileTest(wmp) contains(QT_CONFIG, wmf-backend): qtCompileTest(wmf) -- cgit v1.2.1