diff options
author | Max Horn | 2011-06-01 23:17:43 +0200 |
---|---|---|
committer | Max Horn | 2011-06-01 23:17:43 +0200 |
commit | 9db33ea544afd2c24857b8229e97e532881383ca (patch) | |
tree | 480f71d87099e055e0aed580c86d868a5ba11465 /backends/platform/wince | |
parent | 5eae0e1a5c35c4c8453b90d6fa7230c9e51ede6a (diff) | |
download | scummvm-rg350-9db33ea544afd2c24857b8229e97e532881383ca.tar.gz scummvm-rg350-9db33ea544afd2c24857b8229e97e532881383ca.tar.bz2 scummvm-rg350-9db33ea544afd2c24857b8229e97e532881383ca.zip |
ALL: Removed last traces of the MPEG2 code
Diffstat (limited to 'backends/platform/wince')
-rw-r--r-- | backends/platform/wince/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
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 |