summaryrefslogtreecommitdiffstats
path: root/package/speex
Commit message (Collapse)AuthorAgeFilesLines
* audio: Move all audio packages into audio subdirDaniel Laird2008-09-052-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 librariesPeter Korsgaard2008-08-171-2/+3
|
* speex: automate selection of arm specific optimizationsPeter Korsgaard2008-08-172-5/+17
| | | | ARM version info according to wikipedia, hopefully I got it all correct.
* speex: fix target installPeter Korsgaard2008-08-171-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 liboggPeter Korsgaard2008-08-171-0/+1
| | | | Speex depends on libogg, so make it visible in Kconfig
* speex: convert to Makefile.autotools.in and bump version to 1.2rc1Peter Korsgaard2008-08-171-97/+15
| | | | Patch by Malek <souf_oued@yahoo.fr>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-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 Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-4/+7
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* Ensure speex will use any future patchUlf Samuelsson2007-11-301-0/+1
|
* Update config for speexUlf Samuelsson2007-11-291-0/+1
|
* Add speex vocoder packageUlf Samuelsson2007-11-292-0/+121