summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-03-09 14:39:52 +0000
committerJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-03-09 14:39:52 +0000
commita6024faa0d6ae330a2224784fb1f7120ecbfa349 (patch)
tree212b74a5873d974cd9917a21768050a6c64fba43 /tools
parentd748953d51e7f23233a1b4524464ee1c3a5954f3 (diff)
GMini: libmad compiled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6173 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/configure b/tools/configure
index 3fe48081cd..f339c71974 100755
--- a/tools/configure
+++ b/tools/configure
@@ -342,7 +342,7 @@ if [ -z "$archos" ]; then
5)
archos="gmini120"
- target="-DARCHOS_GMINI120 -DLOADADDRESS=\$(LOADADDRESS)"
+ target="-DARCHOS_GMINI120"
memory=16 # fixed size (16 is a guess, remove comment when checked)
calmrisccc
tool="cp" # might work for now!
@@ -351,12 +351,12 @@ if [ -z "$archos" ]; then
archosrom=""
flash=""
plugins="" # disabled for now, enable later on
- codecs=""
+ codecs="libmad"
;;
6)
archos="gminisp"
- target="-DARCHOS_GMINISP -DLOADADDRESS=\$(LOADADDRESS)"
+ target="-DARCHOS_GMINISP"
memory=16 # fixed size (16 is a guess, remove comment when checked)
calmrisccc
tool="cp" # might work for now!
@@ -365,7 +365,7 @@ if [ -z "$archos" ]; then
archosrom=""
flash=""
plugins="" # disabled for now, enable later on
- codecs=""
+ codecs="libmad"
;;
7)
@@ -405,7 +405,7 @@ if [ -z "$archos" ]; then
archosrom=""
flash=""
plugins="yes"
- codecs="yes"
+ codecs="libmad liba52 libFLAC libTremor libwavpack"
;;
*)