diff options
-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 |