From 9db33ea544afd2c24857b8229e97e532881383ca Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 1 Jun 2011 23:17:43 +0200 Subject: ALL: Removed last traces of the MPEG2 code --- backends/platform/wince/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'backends/platform/wince/Makefile') diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index a9741f396f..7f8d45b3de 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -47,7 +47,6 @@ ENABLE_MADE = STATIC_PLUGIN ## Pick which libraries you want to use here USE_MAD = 1 -#USE_MPEG2 = 1 #USE_TREMOR = 1 USE_TREMOLO = 1 #USE_FLAC = 1 @@ -133,11 +132,6 @@ DEFINES += -DUSE_MAD LIBS += -lmad endif -ifdef USE_MPEG2 -DEFINES += -DUSE_MPEG2 -LIBS += -lmpeg2 -endif - ifdef USE_TREMOR DEFINES += -DUSE_TREMOR -DUSE_VORBIS LIBS += -ltremorce -- cgit v1.2.3