From a6024faa0d6ae330a2224784fb1f7120ecbfa349 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Wed, 9 Mar 2005 14:39:52 +0000 Subject: GMini: libmad compiled git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6173 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools') 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" ;; *) -- cgit v1.2.3