aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorCameron Cawley2018-11-03 23:06:10 +0000
committerDavid Turner2018-11-27 22:58:02 +0000
commit8fa2f90a2638f9d635cc2e1e55093e671734274c (patch)
treedcf2cc1d79bec26e64001696d8f2f03f6e268639 /common
parente016efce564eef518461a665d39ab1dc9056a7ff (diff)
downloadscummvm-rg350-8fa2f90a2638f9d635cc2e1e55093e671734274c.tar.gz
scummvm-rg350-8fa2f90a2638f9d635cc2e1e55093e671734274c.tar.bz2
scummvm-rg350-8fa2f90a2638f9d635cc2e1e55093e671734274c.zip
CREATE_PROJECT: Support building with Tremor instead of Vorbis
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 343dc9a5eb..3b22272b5a 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -343,6 +343,9 @@
#endif
+#if defined(USE_TREMOR) && !defined(USE_VORBIS)
+#define USE_VORBIS // make sure this one is defined together with USE_TREMOR!
+#endif
//
// Fallbacks / default values for various special macros