aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Comstedt2005-10-15 22:28:27 +0000
committerMarcus Comstedt2005-10-15 22:28:27 +0000
commitea6b0f2b449c76b48b858ef58c5497de4955dabe (patch)
tree0ea34b22687c8b8fcbec8a236909dad7040ff31b
parentfb14ec58300e6d65731b6471763a9ba00a1b0747 (diff)
downloadscummvm-rg350-ea6b0f2b449c76b48b858ef58c5497de4955dabe.tar.gz
scummvm-rg350-ea6b0f2b449c76b48b858ef58c5497de4955dabe.tar.bz2
scummvm-rg350-ea6b0f2b449c76b48b858ef58c5497de4955dabe.zip
Enable MAD support.
svn-id: r19104
-rw-r--r--backends/dc/Makefile4
-rw-r--r--backends/dc/README2
2 files changed, 4 insertions, 2 deletions
diff --git a/backends/dc/Makefile b/backends/dc/Makefile
index 6defbd5752..41a9f173f2 100644
--- a/backends/dc/Makefile
+++ b/backends/dc/Makefile
@@ -10,10 +10,10 @@ VPATH = $(srcdir)
CC = sh-elf-gcc -ml -m4-single-only
CXX = sh-elf-g++ -ml -m4-single-only
CXXFLAGS= -O3 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions
-DEFINES = -D__DC__ -DNONSTANDARD_PORT
+DEFINES = -D__DC__ -DNONSTANDARD_PORT -DUSE_MAD
LDFLAGS = -Wl,-Ttext,0x8c010000 -nostartfiles $(ronindir)/lib/crt0.o
INCLUDES= -I./ -I$(srcdir) -I$(srcdir)/common -I$(ronindir)/include/
-LIBS = -L$(ronindir)/lib -lronin -lz -lm
+LIBS = -L$(ronindir)/lib -lmad -lronin -lz -lm
EXECUTABLE = scummvm.elf
PLUGIN_PREFIX =
PLUGIN_SUFFIX = .plg
diff --git a/backends/dc/README b/backends/dc/README
index efc3337f3d..c83254aa34 100644
--- a/backends/dc/README
+++ b/backends/dc/README
@@ -12,6 +12,8 @@ you'll need the following:
* libronin-0.4 : <URL:http://peter.bortas.org/scumm/libronin-0.4.tar.gz>
+* libmad : <URL:http://mc.pp.se/dc/files/libmad-0.15.1b.tar.gz>
+
* GNU make