Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-17 | speex: also compile static libraries | Peter Korsgaard | |
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: fix target install | Peter Korsgaard | |
Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested. | |||
2008-08-17 | speex: select libogg | Peter Korsgaard | |
Speex depends on libogg, so make it visible in Kconfig | |||
2008-08-17 | speex: convert to Makefile.autotools.in and bump version to 1.2rc1 | Peter Korsgaard | |
Patch by Malek <souf_oued@yahoo.fr> | |||
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. | |||
2008-03-27 | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | |
Based on input from Arndt Kritzner & Bernhard Fischer. | |||
2007-11-30 | Ensure speex will use any future patch | Ulf Samuelsson | |
2007-11-29 | Update config for speex | Ulf Samuelsson | |
2007-11-29 | Add speex vocoder package | Ulf Samuelsson | |