summaryrefslogtreecommitdiff
path: root/package/speex
AgeCommit message (Collapse)Author
2008-09-05audio: Move all audio packages into audio subdirDaniel Laird
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
2008-08-17speex: also compile static librariesPeter Korsgaard
2008-08-17speex: automate selection of arm specific optimizationsPeter Korsgaard
ARM version info according to wikipedia, hopefully I got it all correct.
2008-08-17speex: fix target installPeter Korsgaard
Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested.
2008-08-17speex: select liboggPeter Korsgaard
Speex depends on libogg, so make it visible in Kconfig
2008-08-17speex: convert to Makefile.autotools.in and bump version to 1.2rc1Peter Korsgaard
Patch by Malek <souf_oued@yahoo.fr>
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
Based on input from Arndt Kritzner & Bernhard Fischer.
2007-11-30Ensure speex will use any future patchUlf Samuelsson
2007-11-29Update config for speexUlf Samuelsson
2007-11-29Add speex vocoder packageUlf Samuelsson