1
0
Fork 0
forked from len0rd/rockbox

Speex encoder specially tailored to create voice UI snippets. Small fixups to libspeex to allow it to be built.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15640 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2007-11-16 15:35:37 +00:00
parent 88c4748a4b
commit 65458ee71c
9 changed files with 332 additions and 4 deletions

View file

@ -11,7 +11,7 @@ LDFLAGS := -g
CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database \
lngdump telechips gigabeats mktccboot mknkboot
lngdump telechips gigabeats mktccboot mknkboot rbspeexenc
all:
@echo "Run make in your build directory!"
@ -76,6 +76,9 @@ player_unifont: player_unifont.c ../firmware/drivers/lcd-charset-player.c
uclpack:
$(SILENT)$(MAKE) -C ucl
rbspeexenc:
$(SILENT)$(MAKE) -C rbspeex
wavtrim: wavtrim.c
$(SILENT)$(CC) -g $+ -o $@
@ -86,4 +89,5 @@ clean:
@echo "Cleaning tools"
$(SILENT)rm -f $(CLEANALL) $(shell for f in $(CLEANALL) ; do echo $$f.exe $$f.o $$f.obj ; done) *.ajf *~
$(SILENT)$(MAKE) -C ucl clean
$(SILENT)$(MAKE) -C rbspeex clean