From 443e1b87e99e1b850aedcf11704f4f8931c02d16 Mon Sep 17 00:00:00 2001 From: Kostas Nakos Date: Sun, 9 Aug 2009 18:34:08 +0000 Subject: removing support for flac (good riddance) and mpeg2 svn-id: r43178 --- backends/platform/wince/Makefile | 4 ++-- 1 file 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 ######################################################################## -- cgit v1.2.3