summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure135
1 files changed, 3 insertions, 132 deletions
diff --git a/tools/configure b/tools/configure
index b4a7910397..79875aca14 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1268,19 +1268,8 @@ voiceconfig () {
1268 echo "$TTS_ENGINE options set to $TTS_OPTS" 1268 echo "$TTS_ENGINE options set to $TTS_OPTS"
1269 fi 1269 fi
1270 1270
1271 if [ "$swcodec" = "yes" ]; then 1271 ENCODER="rbspeexenc"
1272 ENCODER="rbspeexenc" 1272 ENC_OPTS="-q 7 -c 10"
1273 ENC_OPTS="-q 7 -c 10"
1274 else
1275 if [ -n "`findtool lame`" ]; then
1276 ENCODER="lame"
1277 ENC_OPTS="-t -m m -h -V 9 -S -B 64 -b 8"
1278 else
1279 echo "You need LAME in the system path to build voice files for"
1280 echo "HWCODEC targets."
1281 exit 4
1282 fi
1283 fi
1284 1273
1285 echo "Using $ENCODER for encoding voice clips" 1274 echo "Using $ENCODER for encoding voice clips"
1286 1275
@@ -1650,7 +1639,6 @@ fi
1650 # plugins: set to 'yes' to build the plugins. Early development builds can 1639 # plugins: set to 'yes' to build the plugins. Early development builds can
1651 # set this to no in the early stages to have an easier life for a 1640 # set this to no in the early stages to have an easier life for a
1652 # while 1641 # while
1653 # swcodec: set 'yes' on swcodec targets
1654 # toolset: lists what particular tools in the tools/ directory that this 1642 # toolset: lists what particular tools in the tools/ directory that this
1655 # target needs to have built prior to building Rockbox 1643 # target needs to have built prior to building Rockbox
1656 # 1644 #
@@ -1677,7 +1665,6 @@ fi
1677 appextra="recorder:gui:radio" 1665 appextra="recorder:gui:radio"
1678 flash="$pwd/rombox.iriver" 1666 flash="$pwd/rombox.iriver"
1679 plugins="yes" 1667 plugins="yes"
1680 swcodec="yes"
1681 # toolset is the tools within the tools directory that we build for 1668 # toolset is the tools within the tools directory that we build for
1682 # this particular target. 1669 # this particular target.
1683 toolset=$iriverbitmaptools 1670 toolset=$iriverbitmaptools
@@ -1700,7 +1687,6 @@ fi
1700 output="rockbox.iriver" 1687 output="rockbox.iriver"
1701 appextra="recorder:gui:radio" 1688 appextra="recorder:gui:radio"
1702 plugins="yes" 1689 plugins="yes"
1703 swcodec="yes"
1704 # toolset is the tools within the tools directory that we build for 1690 # toolset is the tools within the tools directory that we build for
1705 # this particular target. 1691 # this particular target.
1706 toolset=$iriverbitmaptools 1692 toolset=$iriverbitmaptools
@@ -1725,7 +1711,6 @@ fi
1725 appextra="recorder:gui:radio" 1711 appextra="recorder:gui:radio"
1726 flash="$pwd/rombox.iriver" 1712 flash="$pwd/rombox.iriver"
1727 plugins="yes" 1713 plugins="yes"
1728 swcodec="yes"
1729 # toolset is the tools within the tools directory that we build for 1714 # toolset is the tools within the tools directory that we build for
1730 # this particular target. 1715 # this particular target.
1731 toolset=$iriverbitmaptools 1716 toolset=$iriverbitmaptools
@@ -1746,7 +1731,6 @@ fi
1746 output="rockbox.wma" 1731 output="rockbox.wma"
1747 appextra="recorder:gui:radio" 1732 appextra="recorder:gui:radio"
1748 plugins="yes" 1733 plugins="yes"
1749 swcodec="yes"
1750 # toolset is the tools within the tools directory that we build for 1734 # toolset is the tools within the tools directory that we build for
1751 # this particular target. 1735 # this particular target.
1752 toolset=$genericbitmaptools 1736 toolset=$genericbitmaptools
@@ -1767,7 +1751,6 @@ fi
1767 output="rockbox.mi4" 1751 output="rockbox.mi4"
1768 appextra="recorder:gui:radio" 1752 appextra="recorder:gui:radio"
1769 plugins="yes" 1753 plugins="yes"
1770 swcodec="yes"
1771 boottool="$rootdir/tools/scramble -mi4v3 -model=h10 -type=RBBL" 1754 boottool="$rootdir/tools/scramble -mi4v3 -model=h10 -type=RBBL"
1772 bootoutput="H10_20GC.mi4" 1755 bootoutput="H10_20GC.mi4"
1773 # toolset is the tools within the tools directory that we build for 1756 # toolset is the tools within the tools directory that we build for
@@ -1792,7 +1775,6 @@ fi
1792 output="rockbox.mi4" 1775 output="rockbox.mi4"
1793 appextra="recorder:gui:radio" 1776 appextra="recorder:gui:radio"
1794 plugins="yes" 1777 plugins="yes"
1795 swcodec="yes"
1796 boottool="$rootdir/tools/scramble -mi4v2 -model=h105 -type=RBBL" 1778 boottool="$rootdir/tools/scramble -mi4v2 -model=h105 -type=RBBL"
1797 bootoutput="H10.mi4" 1779 bootoutput="H10.mi4"
1798 # toolset is the tools within the tools directory that we build for 1780 # toolset is the tools within the tools directory that we build for
@@ -1817,7 +1799,6 @@ fi
1817 output="rockbox.ipod" 1799 output="rockbox.ipod"
1818 appextra="recorder:gui:radio" 1800 appextra="recorder:gui:radio"
1819 plugins="yes" 1801 plugins="yes"
1820 swcodec="yes"
1821 bootoutput="bootloader-$modelname.ipod" 1802 bootoutput="bootloader-$modelname.ipod"
1822 # toolset is the tools within the tools directory that we build for 1803 # toolset is the tools within the tools directory that we build for
1823 # this particular target. 1804 # this particular target.
@@ -1841,7 +1822,6 @@ fi
1841 output="rockbox.ipod" 1822 output="rockbox.ipod"
1842 appextra="recorder:gui:radio" 1823 appextra="recorder:gui:radio"
1843 plugins="yes" 1824 plugins="yes"
1844 swcodec="yes"
1845 bootoutput="bootloader-$modelname.ipod" 1825 bootoutput="bootloader-$modelname.ipod"
1846 # toolset is the tools within the tools directory that we build for 1826 # toolset is the tools within the tools directory that we build for
1847 # this particular target. 1827 # this particular target.
@@ -1865,7 +1845,6 @@ fi
1865 output="rockbox.ipod" 1845 output="rockbox.ipod"
1866 appextra="recorder:gui:radio" 1846 appextra="recorder:gui:radio"
1867 plugins="yes" 1847 plugins="yes"
1868 swcodec="yes"
1869 bootoutput="bootloader-$modelname.ipod" 1848 bootoutput="bootloader-$modelname.ipod"
1870 # toolset is the tools within the tools directory that we build for 1849 # toolset is the tools within the tools directory that we build for
1871 # this particular target. 1850 # this particular target.
@@ -1889,7 +1868,6 @@ fi
1889 output="rockbox.ipod" 1868 output="rockbox.ipod"
1890 appextra="recorder:gui:radio" 1869 appextra="recorder:gui:radio"
1891 plugins="yes" 1870 plugins="yes"
1892 swcodec="yes"
1893 bootoutput="bootloader-$modelname.ipod" 1871 bootoutput="bootloader-$modelname.ipod"
1894 # toolset is the tools within the tools directory that we build for 1872 # toolset is the tools within the tools directory that we build for
1895 # this particular target. 1873 # this particular target.
@@ -1913,7 +1891,6 @@ fi
1913 output="rockbox.ipod" 1891 output="rockbox.ipod"
1914 appextra="recorder:gui:radio" 1892 appextra="recorder:gui:radio"
1915 plugins="yes" 1893 plugins="yes"
1916 swcodec="yes"
1917 bootoutput="bootloader-$modelname.ipod" 1894 bootoutput="bootloader-$modelname.ipod"
1918 # toolset is the tools within the tools directory that we build for 1895 # toolset is the tools within the tools directory that we build for
1919 # this particular target. 1896 # this particular target.
@@ -1937,7 +1914,6 @@ fi
1937 output="rockbox.ipod" 1914 output="rockbox.ipod"
1938 appextra="recorder:gui:radio" 1915 appextra="recorder:gui:radio"
1939 plugins="yes" 1916 plugins="yes"
1940 swcodec="yes"
1941 bootoutput="bootloader-$modelname.ipod" 1917 bootoutput="bootloader-$modelname.ipod"
1942 # toolset is the tools within the tools directory that we build for 1918 # toolset is the tools within the tools directory that we build for
1943 # this particular target. 1919 # this particular target.
@@ -1961,7 +1937,6 @@ fi
1961 output="rockbox.ipod" 1937 output="rockbox.ipod"
1962 appextra="recorder:gui:radio" 1938 appextra="recorder:gui:radio"
1963 plugins="yes" 1939 plugins="yes"
1964 swcodec="yes"
1965 bootoutput="bootloader-$modelname.ipod" 1940 bootoutput="bootloader-$modelname.ipod"
1966 # toolset is the tools within the tools directory that we build for 1941 # toolset is the tools within the tools directory that we build for
1967 # this particular target. 1942 # this particular target.
@@ -1985,7 +1960,6 @@ fi
1985 output="rockbox.ipod" 1960 output="rockbox.ipod"
1986 appextra="recorder:gui:radio" 1961 appextra="recorder:gui:radio"
1987 plugins="yes" 1962 plugins="yes"
1988 swcodec="yes"
1989 bootoutput="bootloader-$modelname.ipod" 1963 bootoutput="bootloader-$modelname.ipod"
1990 # toolset is the tools within the tools directory that we build for 1964 # toolset is the tools within the tools directory that we build for
1991 # this particular target. 1965 # this particular target.
@@ -2009,7 +1983,6 @@ fi
2009 output="rockbox.ipod" 1983 output="rockbox.ipod"
2010 appextra="recorder:gui:radio" 1984 appextra="recorder:gui:radio"
2011 plugins="yes" 1985 plugins="yes"
2012 swcodec="yes"
2013 bootoutput="bootloader-$modelname.ipod" 1986 bootoutput="bootloader-$modelname.ipod"
2014 # toolset is the tools within the tools directory that we build for 1987 # toolset is the tools within the tools directory that we build for
2015 # this particular target. 1988 # this particular target.
@@ -2032,7 +2005,6 @@ fi
2032 output="rockbox.ipod" 2005 output="rockbox.ipod"
2033 appextra="recorder:gui:radio" 2006 appextra="recorder:gui:radio"
2034 plugins="yes" 2007 plugins="yes"
2035 swcodec="yes"
2036 bootoutput="bootloader-$modelname.ipod" 2008 bootoutput="bootloader-$modelname.ipod"
2037 # toolset is the tools within the tools directory that we build for 2009 # toolset is the tools within the tools directory that we build for
2038 # this particular target. 2010 # this particular target.
@@ -2059,7 +2031,6 @@ fi
2059 bootoutput="x5_fw.bin" 2031 bootoutput="x5_fw.bin"
2060 appextra="recorder:gui:radio" 2032 appextra="recorder:gui:radio"
2061 plugins="yes" 2033 plugins="yes"
2062 swcodec="yes"
2063 # toolset is the tools within the tools directory that we build for 2034 # toolset is the tools within the tools directory that we build for
2064 # this particular target. 2035 # this particular target.
2065 toolset="$iaudiobitmaptools" 2036 toolset="$iaudiobitmaptools"
@@ -2085,7 +2056,6 @@ fi
2085 bootoutput="m5_fw.bin" 2056 bootoutput="m5_fw.bin"
2086 appextra="recorder:gui:radio" 2057 appextra="recorder:gui:radio"
2087 plugins="yes" 2058 plugins="yes"
2088 swcodec="yes"
2089 # toolset is the tools within the tools directory that we build for 2059 # toolset is the tools within the tools directory that we build for
2090 # this particular target. 2060 # this particular target.
2091 toolset="$iaudiobitmaptools" 2061 toolset="$iaudiobitmaptools"
@@ -2108,7 +2078,6 @@ fi
2108 output="rockbox.iaudio" 2078 output="rockbox.iaudio"
2109 appextra="recorder:gui:radio" 2079 appextra="recorder:gui:radio"
2110 plugins="yes" 2080 plugins="yes"
2111 swcodec="yes"
2112 bootoutput="I7_FW.BIN" 2081 bootoutput="I7_FW.BIN"
2113 # toolset is the tools within the tools directory that we build for 2082 # toolset is the tools within the tools directory that we build for
2114 # this particular target. 2083 # this particular target.
@@ -2133,7 +2102,6 @@ fi
2133 bootoutput="bootloader-cowond2.bin" 2102 bootoutput="bootloader-cowond2.bin"
2134 appextra="recorder:gui:radio" 2103 appextra="recorder:gui:radio"
2135 plugins="yes" 2104 plugins="yes"
2136 swcodec="yes"
2137 toolset="$tccbitmaptools" 2105 toolset="$tccbitmaptools"
2138 # architecture, manufacturer and model for the target-tree build 2106 # architecture, manufacturer and model for the target-tree build
2139 t_cpu="arm" 2107 t_cpu="arm"
@@ -2155,7 +2123,6 @@ fi
2155 bootoutput="cowon_m3.bin" 2123 bootoutput="cowon_m3.bin"
2156 appextra="recorder:gui:radio" 2124 appextra="recorder:gui:radio"
2157 plugins="yes" 2125 plugins="yes"
2158 swcodec="yes"
2159 # toolset is the tools within the tools directory that we build for 2126 # toolset is the tools within the tools directory that we build for
2160 # this particular target. 2127 # this particular target.
2161 toolset="$iaudiobitmaptools" 2128 toolset="$iaudiobitmaptools"
@@ -2177,7 +2144,6 @@ fi
2177 output="rockbox.gigabeat" 2144 output="rockbox.gigabeat"
2178 appextra="recorder:gui:radio" 2145 appextra="recorder:gui:radio"
2179 plugins="yes" 2146 plugins="yes"
2180 swcodec="yes"
2181 toolset=$gigabeatbitmaptools 2147 toolset=$gigabeatbitmaptools
2182 boottool="$rootdir/tools/scramble -gigabeat" 2148 boottool="$rootdir/tools/scramble -gigabeat"
2183 bootoutput="FWIMG01.DAT" 2149 bootoutput="FWIMG01.DAT"
@@ -2199,7 +2165,6 @@ fi
2199 output="rockbox.gigabeat" 2165 output="rockbox.gigabeat"
2200 appextra="recorder:gui:radio" 2166 appextra="recorder:gui:radio"
2201 plugins="yes" 2167 plugins="yes"
2202 swcodec="yes"
2203 toolset="$gigabeatbitmaptools" 2168 toolset="$gigabeatbitmaptools"
2204 boottool="$rootdir/tools/scramble -gigabeats" 2169 boottool="$rootdir/tools/scramble -gigabeats"
2205 bootoutput="nk.bin" 2170 bootoutput="nk.bin"
@@ -2223,7 +2188,6 @@ fi
2223 output="rockbox.mrobe500" 2188 output="rockbox.mrobe500"
2224 appextra="recorder:gui:radio" 2189 appextra="recorder:gui:radio"
2225 plugins="yes" 2190 plugins="yes"
2226 swcodec="yes"
2227 toolset=$gigabeatbitmaptools 2191 toolset=$gigabeatbitmaptools
2228 boottool="cp " 2192 boottool="cp "
2229 bootoutput="rockbox.mrboot" 2193 bootoutput="rockbox.mrboot"
@@ -2247,7 +2211,6 @@ fi
2247 output="rockbox.mi4" 2211 output="rockbox.mi4"
2248 appextra="recorder:gui:radio" 2212 appextra="recorder:gui:radio"
2249 plugins="yes" 2213 plugins="yes"
2250 swcodec="yes"
2251 boottool="$rootdir/tools/scramble -mi4v2 -model=m100 -type=RBBL" 2214 boottool="$rootdir/tools/scramble -mi4v2 -model=m100 -type=RBBL"
2252 bootoutput="pp5020.mi4" 2215 bootoutput="pp5020.mi4"
2253 # toolset is the tools within the tools directory that we build for 2216 # toolset is the tools within the tools directory that we build for
@@ -2274,7 +2237,6 @@ fi
2274 output="rockbox.logik" 2237 output="rockbox.logik"
2275 appextra="recorder:gui:radio" 2238 appextra="recorder:gui:radio"
2276 plugins="" 2239 plugins=""
2277 swcodec="yes"
2278 # toolset is the tools within the tools directory that we build for 2240 # toolset is the tools within the tools directory that we build for
2279 # this particular target. 2241 # this particular target.
2280 toolset=$tccbitmaptools 2242 toolset=$tccbitmaptools
@@ -2296,7 +2258,6 @@ fi
2296 bootoutput="bootloader-zenxfistyle.creative" 2258 bootoutput="bootloader-zenxfistyle.creative"
2297 appextra="gui:recorder:radio" 2259 appextra="gui:recorder:radio"
2298 plugins="yes" 2260 plugins="yes"
2299 swcodec="yes"
2300 toolset=$scramblebitmaptools 2261 toolset=$scramblebitmaptools
2301 t_cpu="arm" 2262 t_cpu="arm"
2302 t_manufacturer="imx233" 2263 t_manufacturer="imx233"
@@ -2317,7 +2278,6 @@ fi
2317 output="rockbox.zvm" 2278 output="rockbox.zvm"
2318 appextra="recorder:gui:radio" 2279 appextra="recorder:gui:radio"
2319 plugins="yes" 2280 plugins="yes"
2320 swcodec="yes"
2321 toolset=$ipodbitmaptools 2281 toolset=$ipodbitmaptools
2322 boottool="$rootdir/tools/scramble -creative=zvm -no-ciff" 2282 boottool="$rootdir/tools/scramble -creative=zvm -no-ciff"
2323 bootoutput="rockbox.zvmboot" 2283 bootoutput="rockbox.zvmboot"
@@ -2340,7 +2300,6 @@ fi
2340 output="rockbox.zvm60" 2300 output="rockbox.zvm60"
2341 appextra="recorder:gui:radio" 2301 appextra="recorder:gui:radio"
2342 plugins="yes" 2302 plugins="yes"
2343 swcodec="yes"
2344 toolset=$ipodbitmaptools 2303 toolset=$ipodbitmaptools
2345 boottool="$rootdir/tools/scramble -creative=zvm60" 2304 boottool="$rootdir/tools/scramble -creative=zvm60"
2346 bootoutput="rockbox.zvm60boot" 2305 bootoutput="rockbox.zvm60boot"
@@ -2363,7 +2322,6 @@ fi
2363 output="rockbox.zv" 2322 output="rockbox.zv"
2364 appextra="recorder:gui:radio" 2323 appextra="recorder:gui:radio"
2365 plugins="" 2324 plugins=""
2366 swcodec="yes"
2367 toolset=$ipodbitmaptools 2325 toolset=$ipodbitmaptools
2368 boottool="$rootdir/tools/scramble -creative=zenvision" 2326 boottool="$rootdir/tools/scramble -creative=zenvision"
2369 bootoutput="rockbox.zvboot" 2327 bootoutput="rockbox.zvboot"
@@ -2385,7 +2343,6 @@ fi
2385 bootoutput="bootloader-zenxfi2.creative" 2343 bootoutput="bootloader-zenxfi2.creative"
2386 appextra="gui:recorder:radio" 2344 appextra="gui:recorder:radio"
2387 plugins="yes" 2345 plugins="yes"
2388 swcodec="yes"
2389 toolset=$scramblebitmaptools 2346 toolset=$scramblebitmaptools
2390 t_cpu="arm" 2347 t_cpu="arm"
2391 t_manufacturer="imx233" 2348 t_manufacturer="imx233"
@@ -2405,7 +2362,6 @@ fi
2405 bootoutput="bootloader-zenxfi3.creative" 2362 bootoutput="bootloader-zenxfi3.creative"
2406 appextra="gui:recorder:radio" 2363 appextra="gui:recorder:radio"
2407 plugins="yes" 2364 plugins="yes"
2408 swcodec="yes"
2409 toolset=$scramblebitmaptools 2365 toolset=$scramblebitmaptools
2410 t_cpu="arm" 2366 t_cpu="arm"
2411 t_manufacturer="imx233" 2367 t_manufacturer="imx233"
@@ -2425,7 +2381,6 @@ fi
2425 bootoutput="bootloader-zenv.creative" 2381 bootoutput="bootloader-zenv.creative"
2426 appextra="radio:gui:recorder" 2382 appextra="radio:gui:recorder"
2427 plugins="" 2383 plugins=""
2428 swcodec="yes"
2429 toolset=$scramblebitmaptools 2384 toolset=$scramblebitmaptools
2430 t_cpu="arm" 2385 t_cpu="arm"
2431 t_manufacturer="imx233" 2386 t_manufacturer="imx233"
@@ -2445,7 +2400,6 @@ fi
2445 bootoutput="bootloader-zenxfi.creative" 2400 bootoutput="bootloader-zenxfi.creative"
2446 appextra="gui:recorder:radio" 2401 appextra="gui:recorder:radio"
2447 plugins="yes" 2402 plugins="yes"
2448 swcodec="yes"
2449 toolset=$scramblebitmaptools 2403 toolset=$scramblebitmaptools
2450 t_cpu="arm" 2404 t_cpu="arm"
2451 t_manufacturer="imx233" 2405 t_manufacturer="imx233"
@@ -2465,7 +2419,6 @@ fi
2465 bootoutput="bootloader-zenmozaic.creative" 2419 bootoutput="bootloader-zenmozaic.creative"
2466 appextra="gui:recorder:radio" 2420 appextra="gui:recorder:radio"
2467 plugins="yes" 2421 plugins="yes"
2468 swcodec="yes"
2469 toolset=$scramblebitmaptools 2422 toolset=$scramblebitmaptools
2470 t_cpu="arm" 2423 t_cpu="arm"
2471 t_manufacturer="imx233" 2424 t_manufacturer="imx233"
@@ -2485,7 +2438,6 @@ fi
2485 bootoutput="bootloader-zen.creative" 2438 bootoutput="bootloader-zen.creative"
2486 appextra="gui:recorder:radio" 2439 appextra="gui:recorder:radio"
2487 plugins="yes" 2440 plugins="yes"
2488 swcodec="yes"
2489 toolset=$scramblebitmaptools 2441 toolset=$scramblebitmaptools
2490 t_cpu="arm" 2442 t_cpu="arm"
2491 t_manufacturer="imx233" 2443 t_manufacturer="imx233"
@@ -2506,7 +2458,6 @@ fi
2506 output="rockbox.mi4" 2458 output="rockbox.mi4"
2507 appextra="recorder:gui:radio" 2459 appextra="recorder:gui:radio"
2508 plugins="yes" 2460 plugins="yes"
2509 swcodec="yes"
2510 boottool="$rootdir/tools/scramble -mi4v3 -model=e200 -type=RBBL" 2461 boottool="$rootdir/tools/scramble -mi4v3 -model=e200 -type=RBBL"
2511 bootoutput="PP5022.mi4" 2462 bootoutput="PP5022.mi4"
2512 # toolset is the tools within the tools directory that we build for 2463 # toolset is the tools within the tools directory that we build for
@@ -2534,7 +2485,6 @@ fi
2534 output="rockbox.mi4" 2485 output="rockbox.mi4"
2535 appextra="recorder:gui:radio" 2486 appextra="recorder:gui:radio"
2536 plugins="yes" 2487 plugins="yes"
2537 swcodec="yes"
2538 boottool="$rootdir/tools/scramble -mi4r -model=e20r -type=RBBL" 2488 boottool="$rootdir/tools/scramble -mi4r -model=e20r -type=RBBL"
2539 bootoutput="pp5022.mi4" 2489 bootoutput="pp5022.mi4"
2540 # toolset is the tools within the tools directory that we build for 2490 # toolset is the tools within the tools directory that we build for
@@ -2559,7 +2509,6 @@ fi
2559 output="rockbox.mi4" 2509 output="rockbox.mi4"
2560 appextra="recorder:gui:radio" 2510 appextra="recorder:gui:radio"
2561 plugins="yes" 2511 plugins="yes"
2562 swcodec="yes"
2563 boottool="$rootdir/tools/scramble -mi4v3 -model=c200 -type=RBBL" 2512 boottool="$rootdir/tools/scramble -mi4v3 -model=c200 -type=RBBL"
2564 bootoutput="firmware.mi4" 2513 bootoutput="firmware.mi4"
2565 # toolset is the tools within the tools directory that we build for 2514 # toolset is the tools within the tools directory that we build for
@@ -2586,7 +2535,6 @@ fi
2586 output="rockbox.m200" 2535 output="rockbox.m200"
2587 appextra="recorder:gui:radio" 2536 appextra="recorder:gui:radio"
2588 plugins="" 2537 plugins=""
2589 swcodec="yes"
2590 # toolset is the tools within the tools directory that we build for 2538 # toolset is the tools within the tools directory that we build for
2591 # this particular target. 2539 # this particular target.
2592 toolset=$tccbitmaptools 2540 toolset=$tccbitmaptools
@@ -2610,7 +2558,6 @@ fi
2610 output="rockbox.c100" 2558 output="rockbox.c100"
2611 appextra="recorder:gui:radio" 2559 appextra="recorder:gui:radio"
2612 plugins="" 2560 plugins=""
2613 swcodec="yes"
2614 # toolset is the tools within the tools directory that we build for 2561 # toolset is the tools within the tools directory that we build for
2615 # this particular target. 2562 # this particular target.
2616 toolset=$tccbitmaptools 2563 toolset=$tccbitmaptools
@@ -2632,7 +2579,6 @@ fi
2632 bootoutput="bootloader-clip.sansa" 2579 bootoutput="bootloader-clip.sansa"
2633 appextra="recorder:gui:radio" 2580 appextra="recorder:gui:radio"
2634 plugins="yes" 2581 plugins="yes"
2635 swcodec="yes"
2636 toolset=$scramblebitmaptools 2582 toolset=$scramblebitmaptools
2637 t_cpu="arm" 2583 t_cpu="arm"
2638 t_manufacturer="as3525" 2584 t_manufacturer="as3525"
@@ -2655,7 +2601,6 @@ fi
2655 bootoutput="bootloader-e200v2.sansa" 2601 bootoutput="bootloader-e200v2.sansa"
2656 appextra="recorder:gui:radio" 2602 appextra="recorder:gui:radio"
2657 plugins="yes" 2603 plugins="yes"
2658 swcodec="yes"
2659 toolset=$scramblebitmaptools 2604 toolset=$scramblebitmaptools
2660 t_cpu="arm" 2605 t_cpu="arm"
2661 t_manufacturer="as3525" 2606 t_manufacturer="as3525"
@@ -2676,7 +2621,6 @@ fi
2676 bootoutput="bootloader-m200v4.sansa" 2621 bootoutput="bootloader-m200v4.sansa"
2677 appextra="recorder:gui:radio" 2622 appextra="recorder:gui:radio"
2678 plugins="yes" 2623 plugins="yes"
2679 swcodec="yes"
2680 toolset=$scramblebitmaptools 2624 toolset=$scramblebitmaptools
2681 t_cpu="arm" 2625 t_cpu="arm"
2682 t_manufacturer="as3525" 2626 t_manufacturer="as3525"
@@ -2699,7 +2643,6 @@ fi
2699 bootoutput="bootloader-fuze.sansa" 2643 bootoutput="bootloader-fuze.sansa"
2700 appextra="recorder:gui:radio" 2644 appextra="recorder:gui:radio"
2701 plugins="yes" 2645 plugins="yes"
2702 swcodec="yes"
2703 toolset=$scramblebitmaptools 2646 toolset=$scramblebitmaptools
2704 t_cpu="arm" 2647 t_cpu="arm"
2705 t_manufacturer="as3525" 2648 t_manufacturer="as3525"
@@ -2720,7 +2663,6 @@ fi
2720 bootoutput="bootloader-c200v2.sansa" 2663 bootoutput="bootloader-c200v2.sansa"
2721 appextra="recorder:gui:radio" 2664 appextra="recorder:gui:radio"
2722 plugins="yes" 2665 plugins="yes"
2723 swcodec="yes"
2724 # toolset is the tools within the tools directory that we build for 2666 # toolset is the tools within the tools directory that we build for
2725 # this particular target. 2667 # this particular target.
2726 toolset=$scramblebitmaptools 2668 toolset=$scramblebitmaptools
@@ -2745,7 +2687,6 @@ fi
2745 bootoutput="bootloader-clipv2.sansa" 2687 bootoutput="bootloader-clipv2.sansa"
2746 appextra="recorder:gui:radio" 2688 appextra="recorder:gui:radio"
2747 plugins="yes" 2689 plugins="yes"
2748 swcodec="yes"
2749 toolset=$scramblebitmaptools 2690 toolset=$scramblebitmaptools
2750 t_cpu="arm" 2691 t_cpu="arm"
2751 t_manufacturer="as3525" 2692 t_manufacturer="as3525"
@@ -2764,7 +2705,6 @@ fi
2764 output="rockbox.mi4" 2705 output="rockbox.mi4"
2765 appextra="gui" 2706 appextra="gui"
2766 plugins="" 2707 plugins=""
2767 swcodec="yes"
2768 boottool="$rootdir/tools/scramble -mi4v3 -model=view -type=RBBL" 2708 boottool="$rootdir/tools/scramble -mi4v3 -model=view -type=RBBL"
2769 bootoutput="firmware.mi4" 2709 bootoutput="firmware.mi4"
2770 # toolset is the tools within the tools directory that we build for 2710 # toolset is the tools within the tools directory that we build for
@@ -2788,7 +2728,6 @@ fi
2788 bootoutput="bootloader-clipplus.sansa" 2728 bootoutput="bootloader-clipplus.sansa"
2789 appextra="recorder:gui:radio" 2729 appextra="recorder:gui:radio"
2790 plugins="yes" 2730 plugins="yes"
2791 swcodec="yes"
2792 toolset=$scramblebitmaptools 2731 toolset=$scramblebitmaptools
2793 t_cpu="arm" 2732 t_cpu="arm"
2794 t_manufacturer="as3525" 2733 t_manufacturer="as3525"
@@ -2808,7 +2747,6 @@ fi
2808 bootoutput="bootloader-fuzev2.sansa" 2747 bootoutput="bootloader-fuzev2.sansa"
2809 appextra="recorder:gui:radio" 2748 appextra="recorder:gui:radio"
2810 plugins="yes" 2749 plugins="yes"
2811 swcodec="yes"
2812 toolset=$scramblebitmaptools 2750 toolset=$scramblebitmaptools
2813 t_cpu="arm" 2751 t_cpu="arm"
2814 t_manufacturer="as3525" 2752 t_manufacturer="as3525"
@@ -2828,7 +2766,6 @@ fi
2828 bootoutput="bootloader-fuzeplus.sansa" 2766 bootoutput="bootloader-fuzeplus.sansa"
2829 appextra="gui:recorder:radio" 2767 appextra="gui:recorder:radio"
2830 plugins="yes" 2768 plugins="yes"
2831 swcodec="yes"
2832 toolset=$scramblebitmaptools 2769 toolset=$scramblebitmaptools
2833 t_cpu="arm" 2770 t_cpu="arm"
2834 t_manufacturer="imx233" 2771 t_manufacturer="imx233"
@@ -2848,7 +2785,6 @@ fi
2848 bootoutput="bootloader-clipzip.sansa" 2785 bootoutput="bootloader-clipzip.sansa"
2849 appextra="recorder:gui:radio" 2786 appextra="recorder:gui:radio"
2850 plugins="yes" 2787 plugins="yes"
2851 swcodec="yes"
2852 toolset=$scramblebitmaptools 2788 toolset=$scramblebitmaptools
2853 t_cpu="arm" 2789 t_cpu="arm"
2854 t_manufacturer="as3525" 2790 t_manufacturer="as3525"
@@ -2868,7 +2804,6 @@ fi
2868 bootoutput="bootloader-connect.sansa" 2804 bootoutput="bootloader-connect.sansa"
2869 appextra="recorder:gui" 2805 appextra="recorder:gui"
2870 plugins="yes" 2806 plugins="yes"
2871 swcodec="yes"
2872 toolset=$scramblebitmaptools 2807 toolset=$scramblebitmaptools
2873 t_cpu="arm" 2808 t_cpu="arm"
2874 t_manufacturer="tms320dm320" 2809 t_manufacturer="tms320dm320"
@@ -2888,7 +2823,6 @@ fi
2888 output="rockbox.elio" 2823 output="rockbox.elio"
2889 appextra="recorder:gui:radio" 2824 appextra="recorder:gui:radio"
2890 plugins="yes" 2825 plugins="yes"
2891 swcodec="yes"
2892 boottool="$rootdir/tools/scramble -mi4v2" 2826 boottool="$rootdir/tools/scramble -mi4v2"
2893 bootoutput="pp5020.mi4" 2827 bootoutput="pp5020.mi4"
2894 # toolset is the tools within the tools directory that we build for 2828 # toolset is the tools within the tools directory that we build for
@@ -2913,7 +2847,6 @@ fi
2913 output="rockbox.mi4" 2847 output="rockbox.mi4"
2914 appextra="recorder:gui:radio" 2848 appextra="recorder:gui:radio"
2915 plugins="yes" 2849 plugins="yes"
2916 swcodec="yes"
2917 boottool="$rootdir/tools/scramble -mi4v3 -model=9200 -type=RBBL" 2850 boottool="$rootdir/tools/scramble -mi4v3 -model=9200 -type=RBBL"
2918 bootoutput="FWImage.ebn" 2851 bootoutput="FWImage.ebn"
2919 # toolset is the tools within the tools directory that we build for 2852 # toolset is the tools within the tools directory that we build for
@@ -2938,7 +2871,6 @@ fi
2938 output="rockbox.mi4" 2871 output="rockbox.mi4"
2939 appextra="recorder:gui:radio" 2872 appextra="recorder:gui:radio"
2940 plugins="yes" 2873 plugins="yes"
2941 swcodec="yes"
2942 boottool="$rootdir/tools/scramble -mi4v3 -model=1630 -type=RBBL" 2874 boottool="$rootdir/tools/scramble -mi4v3 -model=1630 -type=RBBL"
2943 bootoutput="FWImage.ebn" 2875 bootoutput="FWImage.ebn"
2944 # toolset is the tools within the tools directory that we build for 2876 # toolset is the tools within the tools directory that we build for
@@ -2963,7 +2895,6 @@ fi
2963 output="rockbox.mi4" 2895 output="rockbox.mi4"
2964 appextra="recorder:gui:radio" 2896 appextra="recorder:gui:radio"
2965 plugins="yes" 2897 plugins="yes"
2966 swcodec="yes"
2967 boottool="$rootdir/tools/scramble -mi4v3 -model=6330 -type=RBBL" 2898 boottool="$rootdir/tools/scramble -mi4v3 -model=6330 -type=RBBL"
2968 bootoutput="FWImage.ebn" 2899 bootoutput="FWImage.ebn"
2969 # toolset is the tools within the tools directory that we build for 2900 # toolset is the tools within the tools directory that we build for
@@ -2988,7 +2919,6 @@ fi
2988 output="rockbox.meizu" 2919 output="rockbox.meizu"
2989 appextra="recorder:gui:radio" 2920 appextra="recorder:gui:radio"
2990 plugins="no" #FIXME 2921 plugins="no" #FIXME
2991 swcodec="yes"
2992 toolset=$genericbitmaptools 2922 toolset=$genericbitmaptools
2993 boottool="cp" 2923 boottool="cp"
2994 bootoutput="rockboot.ebn" 2924 bootoutput="rockboot.ebn"
@@ -3010,7 +2940,6 @@ fi
3010 output="rockbox.meizu" 2940 output="rockbox.meizu"
3011 appextra="recorder:gui:radio" 2941 appextra="recorder:gui:radio"
3012 plugins="no" #FIXME 2942 plugins="no" #FIXME
3013 swcodec="yes"
3014 toolset=$genericbitmaptools 2943 toolset=$genericbitmaptools
3015 boottool="cp" 2944 boottool="cp"
3016 bootoutput="rockboot.ebn" 2945 bootoutput="rockboot.ebn"
@@ -3032,7 +2961,6 @@ fi
3032 output="rockbox.meizu" 2961 output="rockbox.meizu"
3033 appextra="recorder:gui:radio" 2962 appextra="recorder:gui:radio"
3034 plugins="no" #FIXME 2963 plugins="no" #FIXME
3035 swcodec="yes"
3036 toolset=$genericbitmaptools 2964 toolset=$genericbitmaptools
3037 boottool="cp" 2965 boottool="cp"
3038 bootoutput="rockboot.ebn" 2966 bootoutput="rockboot.ebn"
@@ -3054,7 +2982,6 @@ fi
3054 output="rockbox.vx747" 2982 output="rockbox.vx747"
3055 appextra="recorder:gui:radio" 2983 appextra="recorder:gui:radio"
3056 plugins="yes" 2984 plugins="yes"
3057 swcodec="yes"
3058 toolset=$genericbitmaptools 2985 toolset=$genericbitmaptools
3059 boottool="$rootdir/tools/scramble -ccpmp" 2986 boottool="$rootdir/tools/scramble -ccpmp"
3060 bootoutput="ccpmp.bin" 2987 bootoutput="ccpmp.bin"
@@ -3076,7 +3003,6 @@ fi
3076 output="rockbox.vx767" 3003 output="rockbox.vx767"
3077 appextra="recorder:gui:radio" 3004 appextra="recorder:gui:radio"
3078 plugins="" #FIXME 3005 plugins="" #FIXME
3079 swcodec="yes"
3080 toolset=$genericbitmaptools 3006 toolset=$genericbitmaptools
3081 boottool="$rootdir/tools/scramble -ccpmp" 3007 boottool="$rootdir/tools/scramble -ccpmp"
3082 bootoutput="ccpmp.bin" 3008 bootoutput="ccpmp.bin"
@@ -3098,7 +3024,6 @@ fi
3098 output="rockbox.vx747p" 3024 output="rockbox.vx747p"
3099 appextra="recorder:gui:radio" 3025 appextra="recorder:gui:radio"
3100 plugins="yes" 3026 plugins="yes"
3101 swcodec="yes"
3102 toolset=$genericbitmaptools 3027 toolset=$genericbitmaptools
3103 boottool="$rootdir/tools/scramble -ccpmp" 3028 boottool="$rootdir/tools/scramble -ccpmp"
3104 bootoutput="ccpmp.bin" 3029 bootoutput="ccpmp.bin"
@@ -3120,7 +3045,6 @@ fi
3120 output="rockbox.vx777" 3045 output="rockbox.vx777"
3121 appextra="recorder:gui:radio" 3046 appextra="recorder:gui:radio"
3122 plugins="yes" 3047 plugins="yes"
3123 swcodec="yes"
3124 toolset=$genericbitmaptools 3048 toolset=$genericbitmaptools
3125 boottool="$rootdir/tools/scramble -ccpmp" 3049 boottool="$rootdir/tools/scramble -ccpmp"
3126 bootoutput="ccpmp.bin" 3050 bootoutput="ccpmp.bin"
@@ -3142,7 +3066,6 @@ fi
3142 output="rockbox.lyre" 3066 output="rockbox.lyre"
3143 appextra="recorder:gui:radio" 3067 appextra="recorder:gui:radio"
3144 plugins="" 3068 plugins=""
3145 swcodec="yes"
3146 toolset=$scramblebitmaptools 3069 toolset=$scramblebitmaptools
3147 boottool="cp" 3070 boottool="cp"
3148 bootoutput="bootloader-proto1.lyre" 3071 bootoutput="bootloader-proto1.lyre"
@@ -3164,7 +3087,6 @@ fi
3164 output="rockbox.mini2440" 3087 output="rockbox.mini2440"
3165 appextra="recorder:gui:radio" 3088 appextra="recorder:gui:radio"
3166 plugins="" 3089 plugins=""
3167 swcodec="yes"
3168 toolset=$scramblebitmaptools 3090 toolset=$scramblebitmaptools
3169 boottool="cp" 3091 boottool="cp"
3170 bootoutput="bootloader-mini2440.lyre" 3092 bootoutput="bootloader-mini2440.lyre"
@@ -3186,7 +3108,6 @@ fi
3186 output="rockbox.mi4" 3108 output="rockbox.mi4"
3187 appextra="recorder:gui:radio" 3109 appextra="recorder:gui:radio"
3188 plugins="yes" 3110 plugins="yes"
3189 swcodec="yes"
3190 boottool="$rootdir/tools/scramble -mi4v2 -model=y820 -type=RBBL" 3111 boottool="$rootdir/tools/scramble -mi4v2 -model=y820 -type=RBBL"
3191 bootoutput="FW_YH820.mi4" 3112 bootoutput="FW_YH820.mi4"
3192 # toolset is the tools within the tools directory that we build for 3113 # toolset is the tools within the tools directory that we build for
@@ -3211,7 +3132,6 @@ fi
3211 output="rockbox.mi4" 3132 output="rockbox.mi4"
3212 appextra="recorder:gui:radio" 3133 appextra="recorder:gui:radio"
3213 plugins="yes" 3134 plugins="yes"
3214 swcodec="yes"
3215 boottool="$rootdir/tools/scramble -mi4v2 -model=y920 -type=RBBL" 3135 boottool="$rootdir/tools/scramble -mi4v2 -model=y920 -type=RBBL"
3216 bootoutput="PP5020.mi4" 3136 bootoutput="PP5020.mi4"
3217 # toolset is the tools within the tools directory that we build for 3137 # toolset is the tools within the tools directory that we build for
@@ -3236,7 +3156,6 @@ fi
3236 output="rockbox.mi4" 3156 output="rockbox.mi4"
3237 appextra="recorder:gui:radio" 3157 appextra="recorder:gui:radio"
3238 plugins="yes" 3158 plugins="yes"
3239 swcodec="yes"
3240 boottool="$rootdir/tools/scramble -mi4v2 -model=y925 -type=RBBL" 3159 boottool="$rootdir/tools/scramble -mi4v2 -model=y925 -type=RBBL"
3241 bootoutput="FW_YH925.mi4" 3160 bootoutput="FW_YH925.mi4"
3242 # toolset is the tools within the tools directory that we build for 3161 # toolset is the tools within the tools directory that we build for
@@ -3261,7 +3180,6 @@ fi
3261 output="rockbox.yps3" 3180 output="rockbox.yps3"
3262 appextra="recorder:gui:radio" 3181 appextra="recorder:gui:radio"
3263 plugins="no" #FIXME 3182 plugins="no" #FIXME
3264 swcodec="yes"
3265 toolset=$genericbitmaptools 3183 toolset=$genericbitmaptools
3266 boottool="cp" 3184 boottool="cp"
3267 bootoutput="rockboot.ebn" 3185 bootoutput="rockboot.ebn"
@@ -3283,7 +3201,6 @@ fi
3283 bootoutput="bootloader-ypz5.samsung" 3201 bootoutput="bootloader-ypz5.samsung"
3284 appextra="gui:recorder:radio" 3202 appextra="gui:recorder:radio"
3285 plugins="" 3203 plugins=""
3286 swcodec="yes"
3287 toolset=$scramblebitmaptools 3204 toolset=$scramblebitmaptools
3288 t_cpu="arm" 3205 t_cpu="arm"
3289 t_manufacturer="imx233" 3206 t_manufacturer="imx233"
@@ -3303,7 +3220,6 @@ fi
3303 output="rockbox.mi4" 3220 output="rockbox.mi4"
3304 appextra="recorder:gui:radio" 3221 appextra="recorder:gui:radio"
3305 plugins="yes" 3222 plugins="yes"
3306 swcodec="yes"
3307 boottool="$rootdir/tools/scramble -mi4v3 -model=v500 -type=RBBL" 3223 boottool="$rootdir/tools/scramble -mi4v3 -model=v500 -type=RBBL"
3308 bootoutput="jukebox.mi4" 3224 bootoutput="jukebox.mi4"
3309 # toolset is the tools within the tools directory that we build for 3225 # toolset is the tools within the tools directory that we build for
@@ -3329,7 +3245,6 @@ fi
3329 bootoutput="bootloader.mpio" 3245 bootoutput="bootloader.mpio"
3330 appextra="recorder:gui:radio" 3246 appextra="recorder:gui:radio"
3331 plugins="yes" 3247 plugins="yes"
3332 swcodec="yes"
3333 # toolset is the tools within the tools directory that we build for 3248 # toolset is the tools within the tools directory that we build for
3334 # this particular target. 3249 # this particular target.
3335 toolset="$genericbitmaptools" 3250 toolset="$genericbitmaptools"
@@ -3352,7 +3267,6 @@ fi
3352 bootoutput="bootloader.mpio" 3267 bootoutput="bootloader.mpio"
3353 appextra="recorder:gui:radio" 3268 appextra="recorder:gui:radio"
3354 plugins="yes" 3269 plugins="yes"
3355 swcodec="yes"
3356 # toolset is the tools within the tools directory that we build for 3270 # toolset is the tools within the tools directory that we build for
3357 # this particular target. 3271 # this particular target.
3358 toolset="$genericbitmaptools" 3272 toolset="$genericbitmaptools"
@@ -3375,7 +3289,6 @@ fi
3375 bootoutput="bootloader.rkw" 3289 bootoutput="bootloader.rkw"
3376 appextra="recorder:gui:radio" 3290 appextra="recorder:gui:radio"
3377 plugins="" 3291 plugins=""
3378 swcodec="yes"
3379 # toolset is the tools within the tools directory that we build for 3292 # toolset is the tools within the tools directory that we build for
3380 # this particular target. 3293 # this particular target.
3381 toolset="$genericbitmaptools" 3294 toolset="$genericbitmaptools"
@@ -3398,7 +3311,6 @@ fi
3398 bootoutput="bootloader.rkw" 3311 bootoutput="bootloader.rkw"
3399 appextra="recorder:gui" 3312 appextra="recorder:gui"
3400 plugins="yes" 3313 plugins="yes"
3401 swcodec="yes"
3402 # toolset is the tools within the tools directory that we build for 3314 # toolset is the tools within the tools directory that we build for
3403 # this particular target. 3315 # this particular target.
3404 toolset="$genericbitmaptools" 3316 toolset="$genericbitmaptools"
@@ -3421,7 +3333,6 @@ fi
3421 bootoutput="bootloader.rkw" 3333 bootoutput="bootloader.rkw"
3422 appextra="recorder:gui" 3334 appextra="recorder:gui"
3423 plugins="yes" 3335 plugins="yes"
3424 swcodec="yes"
3425 # toolset is the tools within the tools directory that we build for 3336 # toolset is the tools within the tools directory that we build for
3426 # this particular target. 3337 # this particular target.
3427 toolset="$genericbitmaptools" 3338 toolset="$genericbitmaptools"
@@ -3449,7 +3360,6 @@ fi
3449 bootoutput="rockbox" 3360 bootoutput="rockbox"
3450 appextra="recorder:gui:radio" 3361 appextra="recorder:gui:radio"
3451 plugins="yes" 3362 plugins="yes"
3452 swcodec="yes"
3453 # architecture, manufacturer and model for the target-tree build 3363 # architecture, manufacturer and model for the target-tree build
3454 t_cpu="hosted" 3364 t_cpu="hosted"
3455 t_manufacturer="sdl" 3365 t_manufacturer="sdl"
@@ -3477,7 +3387,6 @@ fi
3477 bootoutput="librockbox.so" 3387 bootoutput="librockbox.so"
3478 appextra="recorder:gui:radio:hosted/android" 3388 appextra="recorder:gui:radio:hosted/android"
3479 plugins="yes" 3389 plugins="yes"
3480 swcodec="yes"
3481 # architecture, manufacturer and model for the target-tree build 3390 # architecture, manufacturer and model for the target-tree build
3482 t_cpu="hosted" 3391 t_cpu="hosted"
3483 t_manufacturer="android" 3392 t_manufacturer="android"
@@ -3504,7 +3413,6 @@ fi
3504 bootoutput="rockbox" 3413 bootoutput="rockbox"
3505 appextra="recorder:gui:radio" 3414 appextra="recorder:gui:radio"
3506 plugins="yes" 3415 plugins="yes"
3507 swcodec="yes"
3508 # architecture, manufacturer and model for the target-tree build 3416 # architecture, manufacturer and model for the target-tree build
3509 t_cpu="hosted" 3417 t_cpu="hosted"
3510 t_manufacturer="maemo" 3418 t_manufacturer="maemo"
@@ -3531,7 +3439,6 @@ fi
3531 bootoutput="rockbox" 3439 bootoutput="rockbox"
3532 appextra="recorder:gui:radio" 3440 appextra="recorder:gui:radio"
3533 plugins="yes" 3441 plugins="yes"
3534 swcodec="yes"
3535 # architecture, manufacturer and model for the target-tree build 3442 # architecture, manufacturer and model for the target-tree build
3536 t_cpu="hosted" 3443 t_cpu="hosted"
3537 t_manufacturer="maemo" 3444 t_manufacturer="maemo"
@@ -3558,7 +3465,6 @@ fi
3558 bootoutput="rockbox" 3465 bootoutput="rockbox"
3559 appextra="recorder:gui:radio" 3466 appextra="recorder:gui:radio"
3560 plugins="yes" 3467 plugins="yes"
3561 swcodec="yes"
3562 # architecture, manufacturer and model for the target-tree build 3468 # architecture, manufacturer and model for the target-tree build
3563 t_cpu="hosted" 3469 t_cpu="hosted"
3564 t_manufacturer="pandora" 3470 t_manufacturer="pandora"
@@ -3581,7 +3487,6 @@ fi
3581 bootoutput="rockbox" 3487 bootoutput="rockbox"
3582 appextra="recorder:gui:radio" 3488 appextra="recorder:gui:radio"
3583 plugins="yes" 3489 plugins="yes"
3584 swcodec="yes"
3585 # architecture, manufacturer and model for the target-tree build 3490 # architecture, manufacturer and model for the target-tree build
3586 t_cpu="hosted" 3491 t_cpu="hosted"
3587 t_manufacturer="samsungypr" 3492 t_manufacturer="samsungypr"
@@ -3609,7 +3514,6 @@ fi
3609 bootoutput="librockbox.so" 3514 bootoutput="librockbox.so"
3610 appextra="recorder:gui:radio:hosted/android" 3515 appextra="recorder:gui:radio:hosted/android"
3611 plugins="yes" 3516 plugins="yes"
3612 swcodec="yes"
3613 # architecture, manufacturer and model for the target-tree build 3517 # architecture, manufacturer and model for the target-tree build
3614 t_cpu="hosted" 3518 t_cpu="hosted"
3615 t_manufacturer="android" 3519 t_manufacturer="android"
@@ -3637,7 +3541,6 @@ fi
3637 bootoutput="librockbox.so" 3541 bootoutput="librockbox.so"
3638 appextra="recorder:gui:radio:hosted/android" 3542 appextra="recorder:gui:radio:hosted/android"
3639 plugins="yes" 3543 plugins="yes"
3640 swcodec="yes"
3641 # architecture, manufacturer and model for the target-tree build 3544 # architecture, manufacturer and model for the target-tree build
3642 t_cpu="hosted" 3545 t_cpu="hosted"
3643 t_manufacturer="android" 3546 t_manufacturer="android"
@@ -3661,7 +3564,6 @@ fi
3661 bootoutput="rockbox" 3564 bootoutput="rockbox"
3662 appextra="recorder:gui:radio" 3565 appextra="recorder:gui:radio"
3663 plugins="yes" 3566 plugins="yes"
3664 swcodec="yes"
3665 # architecture, manufacturer and model for the target-tree build 3567 # architecture, manufacturer and model for the target-tree build
3666 t_cpu="hosted" 3568 t_cpu="hosted"
3667 t_manufacturer="samsungypr" 3569 t_manufacturer="samsungypr"
@@ -3681,7 +3583,6 @@ fi
3681 bootoutput="bootloader.rkw" 3583 bootoutput="bootloader.rkw"
3682 appextra="recorder:gui" 3584 appextra="recorder:gui"
3683 plugins="" 3585 plugins=""
3684 swcodec="yes"
3685 # toolset is the tools within the tools directory that we build for 3586 # toolset is the tools within the tools directory that we build for
3686 # this particular target. 3587 # this particular target.
3687 toolset="$genericbitmaptools" 3588 toolset="$genericbitmaptools"
@@ -3704,7 +3605,6 @@ fi
3704 bootoutput="bootloader.rkw" 3605 bootoutput="bootloader.rkw"
3705 appextra="recorder:gui" 3606 appextra="recorder:gui"
3706 plugins="" 3607 plugins=""
3707 swcodec="yes"
3708 # toolset is the tools within the tools directory that we build for 3608 # toolset is the tools within the tools directory that we build for
3709 # this particular target. 3609 # this particular target.
3710 toolset="$genericbitmaptools" 3610 toolset="$genericbitmaptools"
@@ -3727,7 +3627,6 @@ fi
3727 bootoutput="bootloader.rkw" 3627 bootoutput="bootloader.rkw"
3728 appextra="recorder:gui" 3628 appextra="recorder:gui"
3729 plugins="" 3629 plugins=""
3730 swcodec="yes"
3731 # toolset is the tools within the tools directory that we build for 3630 # toolset is the tools within the tools directory that we build for
3732 # this particular target. 3631 # this particular target.
3733 toolset="$genericbitmaptools" 3632 toolset="$genericbitmaptools"
@@ -3750,7 +3649,6 @@ fi
3750 bootoutput="bootloader.rkw" 3649 bootoutput="bootloader.rkw"
3751 appextra="recorder:gui" 3650 appextra="recorder:gui"
3752 plugins="" 3651 plugins=""
3753 swcodec="yes"
3754 # toolset is the tools within the tools directory that we build for 3652 # toolset is the tools within the tools directory that we build for
3755 # this particular target. 3653 # this particular target.
3756 toolset="$genericbitmaptools" 3654 toolset="$genericbitmaptools"
@@ -3774,7 +3672,6 @@ fi
3774 bootoutput="bootloader-nwze350.sony" 3672 bootoutput="bootloader-nwze350.sony"
3775 appextra="gui:recorder:radio" 3673 appextra="gui:recorder:radio"
3776 plugins="yes" 3674 plugins="yes"
3777 swcodec="yes"
3778 toolset=$genericbitmaptools 3675 toolset=$genericbitmaptools
3779 t_cpu="hosted" 3676 t_cpu="hosted"
3780 t_manufacturer="sonynwz" 3677 t_manufacturer="sonynwz"
@@ -3795,7 +3692,6 @@ fi
3795 bootoutput="bootloader-nwze370.sony" 3692 bootoutput="bootloader-nwze370.sony"
3796 appextra="gui:recorder:radio" 3693 appextra="gui:recorder:radio"
3797 plugins="yes" 3694 plugins="yes"
3798 swcodec="yes"
3799 toolset=$scramblebitmaptools 3695 toolset=$scramblebitmaptools
3800 t_cpu="arm" 3696 t_cpu="arm"
3801 t_manufacturer="imx233" 3697 t_manufacturer="imx233"
@@ -3815,7 +3711,6 @@ fi
3815 bootoutput="bootloader-nwze360.sony" 3711 bootoutput="bootloader-nwze360.sony"
3816 appextra="gui:recorder:radio" 3712 appextra="gui:recorder:radio"
3817 plugins="yes" 3713 plugins="yes"
3818 swcodec="yes"
3819 toolset=$scramblebitmaptools 3714 toolset=$scramblebitmaptools
3820 t_cpu="arm" 3715 t_cpu="arm"
3821 t_manufacturer="imx233" 3716 t_manufacturer="imx233"
@@ -3837,7 +3732,6 @@ fi
3837 bootoutput="bootloader-nwze450.sony" 3732 bootoutput="bootloader-nwze450.sony"
3838 appextra="gui:recorder:radio" 3733 appextra="gui:recorder:radio"
3839 plugins="yes" 3734 plugins="yes"
3840 swcodec="yes"
3841 toolset=$genericbitmaptools 3735 toolset=$genericbitmaptools
3842 t_cpu="hosted" 3736 t_cpu="hosted"
3843 t_manufacturer="sonynwz" 3737 t_manufacturer="sonynwz"
@@ -3860,7 +3754,6 @@ fi
3860 bootoutput="bootloader-nwze460.sony" 3754 bootoutput="bootloader-nwze460.sony"
3861 appextra="gui:recorder:radio" 3755 appextra="gui:recorder:radio"
3862 plugins="yes" 3756 plugins="yes"
3863 swcodec="yes"
3864 toolset=$genericbitmaptools 3757 toolset=$genericbitmaptools
3865 t_cpu="hosted" 3758 t_cpu="hosted"
3866 t_manufacturer="sonynwz" 3759 t_manufacturer="sonynwz"
@@ -3883,7 +3776,6 @@ fi
3883 bootoutput="bootloader-nwze470.sony" 3776 bootoutput="bootloader-nwze470.sony"
3884 appextra="gui:recorder:radio" 3777 appextra="gui:recorder:radio"
3885 plugins="yes" 3778 plugins="yes"
3886 swcodec="yes"
3887 toolset=$genericbitmaptools 3779 toolset=$genericbitmaptools
3888 t_cpu="hosted" 3780 t_cpu="hosted"
3889 t_manufacturer="sonynwz" 3781 t_manufacturer="sonynwz"
@@ -3906,7 +3798,6 @@ fi
3906 bootoutput="bootloader-nwze580.sony" 3798 bootoutput="bootloader-nwze580.sony"
3907 appextra="gui:recorder:radio" 3799 appextra="gui:recorder:radio"
3908 plugins="yes" 3800 plugins="yes"
3909 swcodec="yes"
3910 toolset=$genericbitmaptools 3801 toolset=$genericbitmaptools
3911 t_cpu="hosted" 3802 t_cpu="hosted"
3912 t_manufacturer="sonynwz" 3803 t_manufacturer="sonynwz"
@@ -3929,7 +3820,6 @@ fi
3929 bootoutput="bootloader-nwza10.sony" 3820 bootoutput="bootloader-nwza10.sony"
3930 appextra="gui:recorder:radio" 3821 appextra="gui:recorder:radio"
3931 plugins="yes" 3822 plugins="yes"
3932 swcodec="yes"
3933 toolset=$genericbitmaptools 3823 toolset=$genericbitmaptools
3934 t_cpu="hosted" 3824 t_cpu="hosted"
3935 t_manufacturer="sonynwz" 3825 t_manufacturer="sonynwz"
@@ -3952,7 +3842,6 @@ fi
3952 bootoutput="bootloader-nwa20.sony" 3842 bootoutput="bootloader-nwa20.sony"
3953 appextra="gui:recorder:radio" 3843 appextra="gui:recorder:radio"
3954 plugins="yes" 3844 plugins="yes"
3955 swcodec="yes"
3956 toolset=$genericbitmaptools 3845 toolset=$genericbitmaptools
3957 t_cpu="hosted" 3846 t_cpu="hosted"
3958 t_manufacturer="sonynwz" 3847 t_manufacturer="sonynwz"
@@ -3975,7 +3864,6 @@ fi
3975 bootoutput="bootloader-nwza860.sony" 3864 bootoutput="bootloader-nwza860.sony"
3976 appextra="gui:recorder:radio" 3865 appextra="gui:recorder:radio"
3977 plugins="" 3866 plugins=""
3978 swcodec="yes"
3979 toolset=$genericbitmaptools 3867 toolset=$genericbitmaptools
3980 t_cpu="hosted" 3868 t_cpu="hosted"
3981 t_manufacturer="sonynwz" 3869 t_manufacturer="sonynwz"
@@ -3998,7 +3886,6 @@ fi
3998 bootoutput="bootloader-nwzs750.sony" 3886 bootoutput="bootloader-nwzs750.sony"
3999 appextra="gui:recorder:radio" 3887 appextra="gui:recorder:radio"
4000 plugins="yes" 3888 plugins="yes"
4001 swcodec="yes"
4002 toolset=$genericbitmaptools 3889 toolset=$genericbitmaptools
4003 t_cpu="hosted" 3890 t_cpu="hosted"
4004 t_manufacturer="sonynwz" 3891 t_manufacturer="sonynwz"
@@ -4020,7 +3907,6 @@ fi
4020 bootoutput="bootloader.rkw" 3907 bootoutput="bootloader.rkw"
4021 appextra="recorder:gui" 3908 appextra="recorder:gui"
4022 plugins="" 3909 plugins=""
4023 swcodec="yes"
4024 # toolset is the tools within the tools directory that we build for 3910 # toolset is the tools within the tools directory that we build for
4025 # this particular target. 3911 # this particular target.
4026 toolset="$genericbitmaptools" 3912 toolset="$genericbitmaptools"
@@ -4043,7 +3929,6 @@ fi
4043 bootoutput="bootloader.rkw" 3929 bootoutput="bootloader.rkw"
4044 appextra="recorder:gui" 3930 appextra="recorder:gui"
4045 plugins="" 3931 plugins=""
4046 swcodec="yes"
4047 # toolset is the tools within the tools directory that we build for 3932 # toolset is the tools within the tools directory that we build for
4048 # this particular target. 3933 # this particular target.
4049 toolset="$genericbitmaptools" 3934 toolset="$genericbitmaptools"
@@ -4072,7 +3957,6 @@ fi
4072 bootoutput="rockbox" 3957 bootoutput="rockbox"
4073 appextra="recorder:gui:hosted" 3958 appextra="recorder:gui:hosted"
4074 plugins="yes" 3959 plugins="yes"
4075 swcodec="yes"
4076 # architecture, manufacturer and model for the target-tree build 3960 # architecture, manufacturer and model for the target-tree build
4077 t_cpu="hosted" 3961 t_cpu="hosted"
4078 t_manufacturer="ibasso" 3962 t_manufacturer="ibasso"
@@ -4097,7 +3981,6 @@ fi
4097 bootoutput="rockbox" 3981 bootoutput="rockbox"
4098 appextra="recorder:gui:hosted" 3982 appextra="recorder:gui:hosted"
4099 plugins="yes" 3983 plugins="yes"
4100 swcodec="yes"
4101 # architecture, manufacturer and model for the target-tree build 3984 # architecture, manufacturer and model for the target-tree build
4102 t_cpu="hosted" 3985 t_cpu="hosted"
4103 t_manufacturer="ibasso" 3986 t_manufacturer="ibasso"
@@ -4119,7 +4002,6 @@ fi
4119 bootoutput="bootloader.rocker" 4002 bootoutput="bootloader.rocker"
4120 appextra="recorder:gui:hosted" 4003 appextra="recorder:gui:hosted"
4121 plugins="yes" 4004 plugins="yes"
4122 swcodec="yes"
4123 # architecture, manufacturer and model for the target-tree build 4005 # architecture, manufacturer and model for the target-tree build
4124 t_cpu="hosted" 4006 t_cpu="hosted"
4125 t_manufacturer="agptek" 4007 t_manufacturer="agptek"
@@ -4139,7 +4021,6 @@ fi
4139 output="rockbox.x3" 4021 output="rockbox.x3"
4140 appextra="recorder:gui:radio" 4022 appextra="recorder:gui:radio"
4141 plugins="yes" 4023 plugins="yes"
4142 swcodec="yes"
4143 toolset=$genericbitmaptools 4024 toolset=$genericbitmaptools
4144 boottool="cp" 4025 boottool="cp"
4145 bootoutput="bootloader-x3.bin" 4026 bootoutput="bootloader-x3.bin"
@@ -4165,7 +4046,6 @@ fi
4165 bootoutput="bootloader.x3ii" 4046 bootoutput="bootloader.x3ii"
4166 appextra="recorder:gui:hosted" 4047 appextra="recorder:gui:hosted"
4167 plugins="yes" 4048 plugins="yes"
4168 swcodec="yes"
4169 # architecture, manufacturer and model for the target-tree build 4049 # architecture, manufacturer and model for the target-tree build
4170 t_cpu="hosted" 4050 t_cpu="hosted"
4171 t_manufacturer="xduoo" 4051 t_manufacturer="xduoo"
@@ -4188,7 +4068,6 @@ fi
4188 bootoutput="bootloader.x20" 4068 bootoutput="bootloader.x20"
4189 appextra="recorder:gui:hosted" 4069 appextra="recorder:gui:hosted"
4190 plugins="yes" 4070 plugins="yes"
4191 swcodec="yes"
4192 # architecture, manufacturer and model for the target-tree build 4071 # architecture, manufacturer and model for the target-tree build
4193 t_cpu="hosted" 4072 t_cpu="hosted"
4194 t_manufacturer="xduoo" 4073 t_manufacturer="xduoo"
@@ -4208,7 +4087,6 @@ fi
4208 bootoutput="bootloader.rkw" 4087 bootoutput="bootloader.rkw"
4209 appextra="recorder:gui" 4088 appextra="recorder:gui"
4210 plugins="yes" 4089 plugins="yes"
4211 swcodec="yes"
4212 # toolset is the tools within the tools directory that we build for 4090 # toolset is the tools within the tools directory that we build for
4213 # this particular target. 4091 # this particular target.
4214 toolset="$genericbitmaptools" 4092 toolset="$genericbitmaptools"
@@ -4231,7 +4109,6 @@ fi
4231 bootoutput="bootloader.rkw" 4109 bootoutput="bootloader.rkw"
4232 appextra="recorder:gui" 4110 appextra="recorder:gui"
4233 plugins="yes" 4111 plugins="yes"
4234 swcodec="yes"
4235 # toolset is the tools within the tools directory that we build for 4112 # toolset is the tools within the tools directory that we build for
4236 # this particular target. 4113 # this particular target.
4237 toolset="$genericbitmaptools" 4114 toolset="$genericbitmaptools"
@@ -4254,7 +4131,6 @@ fi
4254 bootoutput="bootloader.rkw" 4131 bootoutput="bootloader.rkw"
4255 appextra="recorder:gui" 4132 appextra="recorder:gui"
4256 plugins="yes" 4133 plugins="yes"
4257 swcodec="yes"
4258 # toolset is the tools within the tools directory that we build for 4134 # toolset is the tools within the tools directory that we build for
4259 # this particular target. 4135 # this particular target.
4260 toolset="$genericbitmaptools" 4136 toolset="$genericbitmaptools"
@@ -4793,11 +4669,7 @@ if test -n "$t_cpu"; then
4793 GCCOPTS="$GCCOPTS" 4669 GCCOPTS="$GCCOPTS"
4794fi 4670fi
4795 4671
4796if test "$swcodec" = "yes"; then 4672voicetoolset="rbspeexenc voicefont wavtrim"
4797 voicetoolset="rbspeexenc voicefont wavtrim"
4798else
4799 voicetoolset="voicefont wavtrim"
4800fi
4801 4673
4802if test "$apps" = "apps"; then 4674if test "$apps" = "apps"; then
4803 # only when we build "real" apps we build the .lng files 4675 # only when we build "real" apps we build the .lng files
@@ -4853,7 +4725,6 @@ export BMP2RB_REMOTENATIVE=${bmp2rb_remotenative}
4853export BINARY=${output} 4725export BINARY=${output}
4854export APPEXTRA=${appextra} 4726export APPEXTRA=${appextra}
4855export ENABLEDPLUGINS=${plugins} 4727export ENABLEDPLUGINS=${plugins}
4856export SOFTWARECODECS=${swcodec}
4857export EXTRA_DEFINES=${extradefines} 4728export EXTRA_DEFINES=${extradefines}
4858export HOSTCC=${HOSTCC} 4729export HOSTCC=${HOSTCC}
4859export HOSTAR=${HOSTAR} 4730export HOSTAR=${HOSTAR}