diff options
author | Kostas Nakos | 2009-08-09 18:34:08 +0000 |
---|---|---|
committer | Kostas Nakos | 2009-08-09 18:34:08 +0000 |
commit | 443e1b87e99e1b850aedcf11704f4f8931c02d16 (patch) | |
tree | 665a223d788c98fb679220aa07abe543c740aae1 /backends/platform | |
parent | 24838c297b9b11b86562d99097b6b1c3bea3e26d (diff) | |
download | scummvm-rg350-443e1b87e99e1b850aedcf11704f4f8931c02d16.tar.gz scummvm-rg350-443e1b87e99e1b850aedcf11704f4f8931c02d16.tar.bz2 scummvm-rg350-443e1b87e99e1b850aedcf11704f4f8931c02d16.zip |
removing support for flac (good riddance) and mpeg2
svn-id: r43178
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/wince/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index acade8ac9a..49101dcb27 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -50,10 +50,10 @@ ENABLE_MADE = STATIC_PLUGIN ## Pick which libraries you want to use here USE_MAD = 1 -USE_MPEG2 = 1 +#USE_MPEG2 = 1 #USE_TREMOR = 1 USE_TREMOLO = 1 -USE_FLAC = 1 +#USE_FLAC = 1 USE_ZLIB = 1 ######################################################################## |