aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorCameron Cawley2018-11-03 23:06:10 +0000
committerDavid Turner2018-11-27 22:58:02 +0000
commit8fa2f90a2638f9d635cc2e1e55093e671734274c (patch)
treedcf2cc1d79bec26e64001696d8f2f03f6e268639 /backends/platform
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 'backends/platform')
-rw-r--r--backends/platform/symbian/src/portdefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h
index 7729145eac..93dd4fa982 100644
--- a/backends/platform/symbian/src/portdefs.h
+++ b/backends/platform/symbian/src/portdefs.h
@@ -90,10 +90,6 @@ namespace std
#define DISABLE_COMMAND_LINE
#define USE_RGB_COLOR
-#if defined(USE_TREMOR) && !defined(USE_VORBIS)
-#define USE_VORBIS // make sure this one is defined together with USE_TREMOR!
-#endif
-
// hack in some tricks to work around not having these fcns for Symbian
// and we _really_ don't wanna link with any other windows LIBC library!
#if defined(__GCC32__)