summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-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
342 342
343 5) 343 5)
344 archos="gmini120" 344 archos="gmini120"
345 target="-DARCHOS_GMINI120 -DLOADADDRESS=\$(LOADADDRESS)" 345 target="-DARCHOS_GMINI120"
346 memory=16 # fixed size (16 is a guess, remove comment when checked) 346 memory=16 # fixed size (16 is a guess, remove comment when checked)
347 calmrisccc 347 calmrisccc
348 tool="cp" # might work for now! 348 tool="cp" # might work for now!
@@ -351,12 +351,12 @@ if [ -z "$archos" ]; then
351 archosrom="" 351 archosrom=""
352 flash="" 352 flash=""
353 plugins="" # disabled for now, enable later on 353 plugins="" # disabled for now, enable later on
354 codecs="" 354 codecs="libmad"
355 ;; 355 ;;
356 356
357 6) 357 6)
358 archos="gminisp" 358 archos="gminisp"
359 target="-DARCHOS_GMINISP -DLOADADDRESS=\$(LOADADDRESS)" 359 target="-DARCHOS_GMINISP"
360 memory=16 # fixed size (16 is a guess, remove comment when checked) 360 memory=16 # fixed size (16 is a guess, remove comment when checked)
361 calmrisccc 361 calmrisccc
362 tool="cp" # might work for now! 362 tool="cp" # might work for now!
@@ -365,7 +365,7 @@ if [ -z "$archos" ]; then
365 archosrom="" 365 archosrom=""
366 flash="" 366 flash=""
367 plugins="" # disabled for now, enable later on 367 plugins="" # disabled for now, enable later on
368 codecs="" 368 codecs="libmad"
369 ;; 369 ;;
370 370
371 7) 371 7)
@@ -405,7 +405,7 @@ if [ -z "$archos" ]; then
405 archosrom="" 405 archosrom=""
406 flash="" 406 flash=""
407 plugins="yes" 407 plugins="yes"
408 codecs="yes" 408 codecs="libmad liba52 libFLAC libTremor libwavpack"
409 ;; 409 ;;
410 410
411 *) 411 *)