diff options
author | Joost Peters | 2007-02-11 11:47:05 +0000 |
---|---|---|
committer | Joost Peters | 2007-02-11 11:47:05 +0000 |
commit | beef3b3a87e69efac610e0bb094fdfbee9af1f57 (patch) | |
tree | 9abd30c3221ee99594d2a061422128081ffdbf1c /backends/platform/psp/Makefile | |
parent | c9202232abcc46eda9cba196ad0b376747e87842 (diff) | |
download | scummvm-rg350-beef3b3a87e69efac610e0bb094fdfbee9af1f57.tar.gz scummvm-rg350-beef3b3a87e69efac610e0bb094fdfbee9af1f57.tar.bz2 scummvm-rg350-beef3b3a87e69efac610e0bb094fdfbee9af1f57.zip |
remove libmpeg2 'support', as we support DXA cutscenes now and mpeg2 was never working well on PSP
svn-id: r25489
Diffstat (limited to 'backends/platform/psp/Makefile')
-rw-r--r-- | backends/platform/psp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile index 84e84e9148..648adcd881 100644 --- a/backends/platform/psp/Makefile +++ b/backends/platform/psp/Makefile @@ -48,10 +48,6 @@ LIBS += -lmad CXXFLAGS+= -DUSE_VORBIS -DUSE_TREMOR LIBS += -lvorbisidec -#comment this out if you don't want to use libmpeg2 -CXXFLAGS+= -DUSE_MPEG2 -LIBS += -lmpeg2 - LIBS += `$(PSPBIN)/sdl-config --libs` -lz -lstdc++ -lc -lpspdisplay -lpspgu -lpspctrl -lpspsdk -lpspnet -lpspnet_inet -lpsputility -lpspsdk -lpspuser CXXFLAGS := $(CXXFLAGS) -fno-exceptions -fno-rtti |