diff options
author | Cameron Cawley | 2018-11-03 23:06:10 +0000 |
---|---|---|
committer | David Turner | 2018-11-27 22:58:02 +0000 |
commit | 8fa2f90a2638f9d635cc2e1e55093e671734274c (patch) | |
tree | dcf2cc1d79bec26e64001696d8f2f03f6e268639 /common | |
parent | e016efce564eef518461a665d39ab1dc9056a7ff (diff) | |
download | scummvm-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.h | 3 |
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 |