diff options
author | Joost Peters | 2005-09-17 10:29:35 +0000 |
---|---|---|
committer | Joost Peters | 2005-09-17 10:29:35 +0000 |
commit | 17b70ae5158b09ea5467559f658098111029d9ec (patch) | |
tree | a7c3f031bcccb866e40283d15d607609aa498e8d /backends/psp/Makefile | |
parent | 42d01d468d6fd7325b3610688a3b103fcb25415d (diff) | |
download | scummvm-rg350-17b70ae5158b09ea5467559f658098111029d9ec.tar.gz scummvm-rg350-17b70ae5158b09ea5467559f658098111029d9ec.tar.bz2 scummvm-rg350-17b70ae5158b09ea5467559f658098111029d9ec.zip |
USE_VORBIS needs to be defined when using libtremor
svn-id: r18839
Diffstat (limited to 'backends/psp/Makefile')
-rw-r--r-- | backends/psp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/psp/Makefile b/backends/psp/Makefile index adbbd5a9e3..d1ba1b8586 100644 --- a/backends/psp/Makefile +++ b/backends/psp/Makefile @@ -46,7 +46,7 @@ CFLAGS += -DUSE_MAD LIBS += -lmad #comment this out if you don't want to use libtremor -CFLAGS += -DUSE_TREMOR +CFLAGS += -DUSE_VORBIS -DUSE_TREMOR LIBS += -lvorbisidec #comment this out if you don't want to use libmpeg2 |