[Datatype-cvs] mp4/audio/renderer libumakefil,1.8,1.9
aperiquet at helixcommunity.org aperiquet at helixcommunity.orgUpdate of /cvsroot/datatype/mp4/audio/renderer
In directory cvs:/tmp/cvs-serv29376
Modified Files:
libumakefil
Log Message:
Enable build of Symbian MDF Software Audio Decoder
Index: libumakefil
===================================================================
RCS file: /cvsroot/datatype/mp4/audio/renderer/libumakefil,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- libumakefil 15 Apr 2004 18:59:01 -0000 1.8
+++ libumakefil 5 Oct 2005 22:09:18 -0000 1.9
@@ -50,13 +50,17 @@
"datatype/rm/include",
"datatype/mp4/payload/pub",
"datatype/amr/common/pub",
- "datatype/mp4/common/pub")
+ "datatype/mp4/common/pub",
+ "datatype/mdf/audio/common/pub")
project.AddSources("mp4audio.cpp",
"mp4afmt.cpp",
"mp4adec.cpp",
"decinfostore.cpp")
+if project.IsDefined("HELIX_FEATURE_SYMBIAN_MDF_AUDIO_SW"):
+ project.AddSources("mdfswdecinfo.cpp")
+
if project.IsDefined("HELIX_FEATURE_AUDIO_CODEC_RAAC"):
project.AddSources("raacdecinfo.cpp")