summaryrefslogtreecommitdiffstats
path: root/package/speex/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* speex: adjust ARM optimizationsGustavo Zacarias2013-04-111-7/+2
| | | | | | | We no longer support ARM less than v4 so drop the generic asm option. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/multimedia: move audio libraries outGustavo Zacarias2012-05-051-0/+25
| | | | | | | | Move audio libraries out of the Audio and Video category into the Libraries/Audio one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* audio: Move all audio packages into audio subdirDaniel Laird2008-09-051-25/+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: automate selection of arm specific optimizationsPeter Korsgaard2008-08-171-5/+13
| | | | ARM version info according to wikipedia, hopefully I got it all correct.
* speex: select liboggPeter Korsgaard2008-08-171-0/+1
| | | | Speex depends on libogg, so make it visible in Kconfig
* 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.
* Add speex vocoder packageUlf Samuelsson2007-11-291-0/+17