diff options
author | Andre Heider | 2008-12-23 19:17:18 +0000 |
---|---|---|
committer | Andre Heider | 2008-12-23 19:17:18 +0000 |
commit | 13801bd4a5452179f9cfb5e136276e2e2beabac6 (patch) | |
tree | edd936bf49258cf2a490745e56ae85ef6b70e528 /backends | |
parent | 700c69e942e558c8942bdd14dad52844dcb0a826 (diff) | |
download | scummvm-rg350-13801bd4a5452179f9cfb5e136276e2e2beabac6.tar.gz scummvm-rg350-13801bd4a5452179f9cfb5e136276e2e2beabac6.tar.bz2 scummvm-rg350-13801bd4a5452179f9cfb5e136276e2e2beabac6.zip |
drop mpeg2 support
svn-id: r35500
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/wii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wii/Makefile b/backends/platform/wii/Makefile index b87212127d..e6f0be7418 100644 --- a/backends/platform/wii/Makefile +++ b/backends/platform/wii/Makefile @@ -35,7 +35,7 @@ USE_ZLIB = 1 USE_MAD = 1 USE_TREMOR = 1 USE_FLAC = 1 -USE_MPEG2 = 1 +#USE_MPEG2 = 1 ifeq ($(GAMECUBE),1) USE_MT32EMU = 0 else |