summaryrefslogtreecommitdiffstats
path: root/src/core/qtwebengine_extras.gypi
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-08-11 12:44:50 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-08-13 22:18:39 +0000
commit13d03ef21d3bd67595bd0b36be7401f6e6bcbbd6 (patch)
treeb1ce93a1f2ad1ce5976094901a8e4a9dc38656cb /src/core/qtwebengine_extras.gypi
parent4374f61ebed5f238fe2c4847e4562d8df8699d7c (diff)
Fix debug linking with system Opus
Do not build the AudioClassifier, it is not used anywhere in the code but references private Opus APIs and can cause linking errors if not optimized away. Change-Id: I0029aa643160177e626a48a9c8ad75a08bd8f846 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src/core/qtwebengine_extras.gypi')
-rw-r--r--src/core/qtwebengine_extras.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/qtwebengine_extras.gypi b/src/core/qtwebengine_extras.gypi
index e28d6436e..86a4c17bb 100644
--- a/src/core/qtwebengine_extras.gypi
+++ b/src/core/qtwebengine_extras.gypi
@@ -57,6 +57,7 @@
['exclude', 'win/accessibility_ids_win\\.h$'],
['exclude', 'win/accessibility_misc_utils\\.(cc|h)$'],
['exclude', 'win/atl_module\\.h$'],
+ ['exclude', 'audio_classifier\\.(cc|h)$'],
],
'defines': [
'TOOLKIT_QT',