diff options
author | Jonathan Gray | 2005-08-10 12:42:56 +0000 |
---|---|---|
committer | Jonathan Gray | 2005-08-10 12:42:56 +0000 |
commit | 603a5e4d6f7403d3d797ead4b4cc909ab55c34d1 (patch) | |
tree | 7d2419b901c71a0e6c823d4a7b07abebaf610dd7 /backends/gp32 | |
parent | 3c1b5648aed0be45b303cea49e7537c98dd4a001 (diff) | |
download | scummvm-rg350-603a5e4d6f7403d3d797ead4b4cc909ab55c34d1.tar.gz scummvm-rg350-603a5e4d6f7403d3d797ead4b4cc909ab55c34d1.tar.bz2 scummvm-rg350-603a5e4d6f7403d3d797ead4b4cc909ab55c34d1.zip |
Don't explicity check for tremor and vorbis everywhere and
require both USE_TREMOR and USE_VORBIS to be defined when
using tremor.
svn-id: r18642
Diffstat (limited to 'backends/gp32')
-rw-r--r-- | backends/gp32/build.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/gp32/build.rules b/backends/gp32/build.rules index 605afdee36..44c0a9538d 100644 --- a/backends/gp32/build.rules +++ b/backends/gp32/build.rules @@ -75,7 +75,7 @@ DEFINES = -D__GP32__ DEFINES += -DNONSTANDARD_PORT # Support Vorbis Tremor Patches. -#DEFINES += -DVORBIS_TREMOR +#DEFINES += -DUSE_TREMOR # Support LIBMAD Patches. #DEFINES += -DGP32_MADMP3 |