forked from len0rd/rockbox
Add vox (Dialogic telephony formats) codec add. (FS#11021)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24956 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4e3c807466
commit
8c5eaa35ec
9 changed files with 241 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ $(CODECDIR)/aiff.codec : $(CODECDIR)/libpcm.a
|
|||
$(CODECDIR)/wav.codec : $(CODECDIR)/libpcm.a
|
||||
$(CODECDIR)/smaf.codec : $(CODECDIR)/libpcm.a
|
||||
$(CODECDIR)/au.codec : $(CODECDIR)/libpcm.a
|
||||
$(CODECDIR)/vox.codec : $(CODECDIR)/libpcm.a
|
||||
|
||||
$(CODECS): $(CODECLIB) # this must be last in codec dependency list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue