summaryrefslogtreecommitdiff
path: root/apps/codecs/codecs.make
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2010-05-02 17:19:42 +0000
committerMohamed Tarek <mt@rockbox.org>2010-05-02 17:19:42 +0000
commit792ae6b1bd7ec85f2ab8eec34dad1d22b05a213e (patch)
tree83a8976bba26b5252061334292bbf6e4e57fa628 /apps/codecs/codecs.make
parent13075dea876898afdb195056d22a921b18cd4450 (diff)
downloadrockbox-792ae6b1bd7ec85f2ab8eec34dad1d22b05a213e.tar.gz
rockbox-792ae6b1bd7ec85f2ab8eec34dad1d22b05a213e.zip
- Factor out container specific code from apps/codecs/wma.c.
- Create an independent asf packet-parsing library in apps/codecs/libasf. - Modify wma.c to use the newly created libasf. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25780 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/codecs.make')
-rw-r--r--apps/codecs/codecs.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/codecs.make b/apps/codecs/codecs.make
index 1f377abf3d..fa5eae67c5 100644
--- a/apps/codecs/codecs.make
+++ b/apps/codecs/codecs.make
@@ -26,6 +26,7 @@ include $(APPSDIR)/codecs/demac/libdemac.make
26include $(APPSDIR)/codecs/liba52/liba52.make 26include $(APPSDIR)/codecs/liba52/liba52.make
27include $(APPSDIR)/codecs/libalac/libalac.make 27include $(APPSDIR)/codecs/libalac/libalac.make
28include $(APPSDIR)/codecs/libasap/libasap.make 28include $(APPSDIR)/codecs/libasap/libasap.make
29include $(APPSDIR)/codecs/libasf/libasf.make
29include $(APPSDIR)/codecs/libfaad/libfaad.make 30include $(APPSDIR)/codecs/libfaad/libfaad.make
30include $(APPSDIR)/codecs/libffmpegFLAC/libffmpegFLAC.make 31include $(APPSDIR)/codecs/libffmpegFLAC/libffmpegFLAC.make
31include $(APPSDIR)/codecs/libm4a/libm4a.make 32include $(APPSDIR)/codecs/libm4a/libm4a.make
@@ -80,7 +81,7 @@ $(CODECDIR)/aac.codec : $(CODECDIR)/libfaad.a $(CODECDIR)/libm4a.a
80$(CODECDIR)/shorten.codec : $(CODECDIR)/libffmpegFLAC.a 81$(CODECDIR)/shorten.codec : $(CODECDIR)/libffmpegFLAC.a
81$(CODECDIR)/ape-pre.map : $(CODECDIR)/libdemac-pre.a 82$(CODECDIR)/ape-pre.map : $(CODECDIR)/libdemac-pre.a
82$(CODECDIR)/ape.codec : $(CODECDIR)/libdemac.a 83$(CODECDIR)/ape.codec : $(CODECDIR)/libdemac.a
83$(CODECDIR)/wma.codec : $(CODECDIR)/libwma.a 84$(CODECDIR)/wma.codec : $(CODECDIR)/libwma.a $(CODECDIR)/libasf.a
84$(CODECDIR)/wavpack_enc.codec: $(CODECDIR)/libwavpack.a 85$(CODECDIR)/wavpack_enc.codec: $(CODECDIR)/libwavpack.a
85$(CODECDIR)/asap.codec : $(CODECDIR)/libasap.a 86$(CODECDIR)/asap.codec : $(CODECDIR)/libasap.a
86$(CODECDIR)/cook.codec : $(CODECDIR)/libcook.a $(CODECDIR)/librm.a 87$(CODECDIR)/cook.codec : $(CODECDIR)/libcook.a $(CODECDIR)/librm.a