Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audio: Move all audio packages into audio subdir | Daniel Laird | 2008-09-05 | 2 | -62/+0 |
| | | | | | | | | Moved all audio packages into a subdir called audio. I then created a Config.in and made sure that a audio.mk existed. Daniel Laird | ||||
* | speex: also compile static libraries | Peter Korsgaard | 2008-08-17 | 1 | -2/+3 |
| | |||||
* | speex: automate selection of arm specific optimizations | Peter Korsgaard | 2008-08-17 | 2 | -5/+17 |
| | | | | ARM version info according to wikipedia, hopefully I got it all correct. | ||||
* | speex: fix target install | Peter Korsgaard | 2008-08-17 | 1 | -0/+5 |
| | | | | | | Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested. | ||||
* | speex: select libogg | Peter Korsgaard | 2008-08-17 | 1 | -0/+1 |
| | | | | Speex depends on libogg, so make it visible in Kconfig | ||||
* | speex: convert to Makefile.autotools.in and bump version to 1.2rc1 | Peter Korsgaard | 2008-08-17 | 1 | -97/+15 |
| | | | | Patch by Malek <souf_oued@yahoo.fr> | ||||
* | 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. | ||||
* | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | 2008-03-27 | 1 | -4/+7 |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | Ensure speex will use any future patch | Ulf Samuelsson | 2007-11-30 | 1 | -0/+1 |
| | |||||
* | Update config for speex | Ulf Samuelsson | 2007-11-29 | 1 | -0/+1 |
| | |||||
* | Add speex vocoder package | Ulf Samuelsson | 2007-11-29 | 2 | -0/+121 |