aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
authorJonathan Gray2002-10-27 01:12:10 +0000
committerJonathan Gray2002-10-27 01:12:10 +0000
commitd93e63908659a9601ee29269606500ded088175e (patch)
tree420f1bb6c9a364cf25317622984381d9ae94aeec /common/scummsys.h
parentf89b40f0276601fb279dd2db03eed30c650df22a (diff)
downloadscummvm-rg350-d93e63908659a9601ee29269606500ded088175e.tar.gz
scummvm-rg350-d93e63908659a9601ee29269606500ded088175e.tar.bz2
scummvm-rg350-d93e63908659a9601ee29269606500ded088175e.zip
patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler. Uncomment the relevant lines in the makefile to use
svn-id: r5320
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index fda37b18bd..0067d62d60 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -31,6 +31,10 @@ typedef int bool;
const bool true(1), false(0);
#endif /* HAVE_NO_BOOL */
+#if defined(USE_MAD) || defined(USE_VORBIS)
+#define COMPRESSED_SOUND_FILE
+#endif
+
#if defined(_MSC_VER)
//#pragma warning (disable: 4244)