aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorLionel Ulmer2002-04-15 20:22:47 +0000
committerLionel Ulmer2002-04-15 20:22:47 +0000
commitdabc6a24e8e9de6c952d40ca1daa1c01b897a00d (patch)
tree95677f65ca665610464667fe0157fe3afb50fe88 /scumm.h
parent1bd43901174f4f061a3ccc05f5c362114492a664 (diff)
downloadscummvm-rg350-dabc6a24e8e9de6c952d40ca1daa1c01b897a00d.tar.gz
scummvm-rg350-dabc6a24e8e9de6c952d40ca1daa1c01b897a00d.tar.bz2
scummvm-rg350-dabc6a24e8e9de6c952d40ca1daa1c01b897a00d.zip
Fixed the MP3 support for .SOU files. I will let Arisme fix his MP3 audio track support :-)
svn-id: r3949
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm.h b/scumm.h
index 277da70d0d..d07381d4ee 100644
--- a/scumm.h
+++ b/scumm.h
@@ -23,10 +23,6 @@
#include "system.h"
#include "mixer.h"
-#ifdef COMPRESSED_SOUND_FILE
-#include <mad.h>
-#endif
-
#define SCUMMVM_VERSION "0.2.0 devel"
#define SCUMMVM_CVS "031402"