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