aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostas Nakos2009-08-09 18:34:08 +0000
committerKostas Nakos2009-08-09 18:34:08 +0000
commit443e1b87e99e1b850aedcf11704f4f8931c02d16 (patch)
tree665a223d788c98fb679220aa07abe543c740aae1
parent24838c297b9b11b86562d99097b6b1c3bea3e26d (diff)
downloadscummvm-rg350-443e1b87e99e1b850aedcf11704f4f8931c02d16.tar.gz
scummvm-rg350-443e1b87e99e1b850aedcf11704f4f8931c02d16.tar.bz2
scummvm-rg350-443e1b87e99e1b850aedcf11704f4f8931c02d16.zip
removing support for flac (good riddance) and mpeg2
svn-id: r43178
-rw-r--r--backends/platform/wince/Makefile4
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
########################################################################