summaryrefslogtreecommitdiff
path: root/apps/codecs/Makefile
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-11-11 19:45:36 +0000
committerDave Chapman <dave@dchapman.com>2005-11-11 19:45:36 +0000
commit2bf9be1c02d5f93c8de0842aa7c2cf1c344aacd6 (patch)
tree27bf4c6942621a4b3bf8678626997bb72b42f68e /apps/codecs/Makefile
parent5592e37c632efb5a91685aadc9896a800f5f77af (diff)
downloadrockbox-2bf9be1c02d5f93c8de0842aa7c2cf1c344aacd6.zip
rockbox-2bf9be1c02d5f93c8de0842aa7c2cf1c344aacd6.tar.gz
rockbox-2bf9be1c02d5f93c8de0842aa7c2cf1c344aacd6.tar.bz2
rockbox-2bf9be1c02d5f93c8de0842aa7c2cf1c344aacd6.tar.xz
Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementation by Mark Arigo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7814 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Makefile')
-rw-r--r--apps/codecs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile
index b2afafc..8428cd8 100644
--- a/apps/codecs/Makefile
+++ b/apps/codecs/Makefile
@@ -62,6 +62,7 @@ $(OBJDIR)/wav.elf: $(OBJDIR)/wav.o $(CODECDEPS)
$(OBJDIR)/wavpack.elf: $(OBJDIR)/wavpack.o $(CODECDEPS) $(BUILDDIR)/libwavpack.a
$(OBJDIR)/alac.elf: $(OBJDIR)/alac.o $(CODECDEPS) $(BUILDDIR)/libalac.a $(BUILDDIR)/libm4a.a
$(OBJDIR)/aac.elf: $(OBJDIR)/aac.o $(CODECDEPS) $(BUILDDIR)/libfaad.a $(BUILDDIR)/libm4a.a
+$(OBJDIR)/shorten.elf: $(OBJDIR)/shorten.o $(CODECDEPS) $(BUILDDIR)/libffmpegFLAC.a
$(OBJDIR)/%.elf: $(OBJDIR)/%.o $(CODECDEPS)
$(ELFIT)