diff data/fileio/test/AudioFileReaderTest.h @ 1714:83cb6e9d769b

Attempt to cope with the fact that Windows Server (for CI builds) lacks certain codecs
author Chris Cannam
date Fri, 17 May 2019 11:05:10 +0100
parents c1208b211d8c
children
line wrap: on
line diff
--- a/data/fileio/test/AudioFileReaderTest.h	Fri May 17 10:02:43 2019 +0100
+++ b/data/fileio/test/AudioFileReaderTest.h	Fri May 17 11:05:10 2019 +0100
@@ -306,7 +306,7 @@
             (audioDir + "/" + format + "/" + audiofile, params);
         
         if (!reader) {
-            if (isLegitimatelyUnsupported(format)) {
+            if (UnsupportedFormat::isLegitimatelyUnsupported(format)) {
 #if ( QT_VERSION >= 0x050000 )
                 QSKIP("Unsupported file, skipping");
 #else