summaryrefslogtreecommitdiff
path: root/package/speex
AgeCommit message (Collapse)Author
2012-07-17all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-05-14speex: remove redundant SPEEX_SOURCE definitionLuca Ceresoli
Also fix Makefile coding style Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-05-09speex: make it compilable in Thumb-2 modeThomas Petazzoni
This fixes build failures such as http://autobuild.buildroot.org/results/901e8fe6df0e568624f1ceffc1979c5010e19328/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-05-05package/multimedia: move audio libraries outGustavo Zacarias
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>
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