Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-17 | speex: automate selection of arm specific optimizations | Peter Korsgaard | |
ARM version info according to wikipedia, hopefully I got it all correct. | |||
2008-08-17 | speex: select libogg | Peter Korsgaard | |
Speex depends on libogg, so make it visible in Kconfig | |||
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2007-11-29 | Add speex vocoder package | Ulf Samuelsson | |