From 792ae6b1bd7ec85f2ab8eec34dad1d22b05a213e Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Sun, 2 May 2010 17:19:42 +0000 Subject: - 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 --- apps/codecs/codecs.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/codecs/codecs.make') 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 include $(APPSDIR)/codecs/liba52/liba52.make include $(APPSDIR)/codecs/libalac/libalac.make include $(APPSDIR)/codecs/libasap/libasap.make +include $(APPSDIR)/codecs/libasf/libasf.make include $(APPSDIR)/codecs/libfaad/libfaad.make include $(APPSDIR)/codecs/libffmpegFLAC/libffmpegFLAC.make include $(APPSDIR)/codecs/libm4a/libm4a.make @@ -80,7 +81,7 @@ $(CODECDIR)/aac.codec : $(CODECDIR)/libfaad.a $(CODECDIR)/libm4a.a $(CODECDIR)/shorten.codec : $(CODECDIR)/libffmpegFLAC.a $(CODECDIR)/ape-pre.map : $(CODECDIR)/libdemac-pre.a $(CODECDIR)/ape.codec : $(CODECDIR)/libdemac.a -$(CODECDIR)/wma.codec : $(CODECDIR)/libwma.a +$(CODECDIR)/wma.codec : $(CODECDIR)/libwma.a $(CODECDIR)/libasf.a $(CODECDIR)/wavpack_enc.codec: $(CODECDIR)/libwavpack.a $(CODECDIR)/asap.codec : $(CODECDIR)/libasap.a $(CODECDIR)/cook.codec : $(CODECDIR)/libcook.a $(CODECDIR)/librm.a -- cgit v1.2.3