aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gph/build/gp2x-config-alleng.sh
diff options
context:
space:
mode:
authorMax Horn2011-06-01 23:17:43 +0200
committerMax Horn2011-06-01 23:17:43 +0200
commit9db33ea544afd2c24857b8229e97e532881383ca (patch)
tree480f71d87099e055e0aed580c86d868a5ba11465 /backends/platform/gph/build/gp2x-config-alleng.sh
parent5eae0e1a5c35c4c8453b90d6fa7230c9e51ede6a (diff)
downloadscummvm-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/gph/build/gp2x-config-alleng.sh')
-rw-r--r--backends/platform/gph/build/gp2x-config-alleng.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/backends/platform/gph/build/gp2x-config-alleng.sh b/backends/platform/gph/build/gp2x-config-alleng.sh
index 4a3526d50c..83a4fe2046 100644
--- a/backends/platform/gph/build/gp2x-config-alleng.sh
+++ b/backends/platform/gph/build/gp2x-config-alleng.sh
@@ -17,7 +17,13 @@ export DEFINES=-DNDEBUG
# Edit the configure line to suit.
cd ../../../..
-./configure --backend=gp2x --disable-mt32emu --host=gp2x --disable-flac --disable-nasm --disable-hq-scalers --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin --with-mpeg2-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-tremor --with-tremor-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-zlib --with-zlib-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-mad --with-mad-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 --enable-all-engines --enable-vkeybd
+./configure --backend=gp2x --disable-mt32emu --host=gp2x \
+ --disable-flac --disable-nasm --disable-hq-scalers \
+ --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin \
+ --enable-tremor --with-tremor-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 \
+ --enable-zlib --with-zlib-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 \
+ --enable-mad --with-mad-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6 \
+ --enable-all-engines --enable-vkeybd
#--enable-plugins --default-dynamic
echo Generating config for GP2X complete. Check for errors.