[Clientapps-cvs] symbianplayer install.pcf,1.8,1.9
aperiquet at helixcommunity.org aperiquet at helixcommunity.orgUpdate of /cvsroot/clientapps/symbianplayer
In directory cvs:/tmp/cvs-serv7697
Modified Files:
install.pcf
Log Message:
Add Symbian MDF Software Audio Decoder DLL to packaging
Index: install.pcf
===================================================================
RCS file: /cvsroot/clientapps/symbianplayer/install.pcf,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- install.pcf 22 Jul 2005 22:07:54 -0000 1.8
+++ install.pcf 5 Oct 2005 22:17:37 -0000 1.9
@@ -163,7 +163,8 @@
'smplfsys' : 'filesystem/local/[target]/smplfsys.dll',
'vidplin' : 'datatype/group/video/[target]/vidplin.dll',
'vidsite' : 'video/site/[target]/vidsite.dll',
-'raac' : 'datatype/aac/codec/fixpt/decoder/hxwrap/[target]/raac.dll'
+'raac' : 'datatype/aac/codec/fixpt/decoder/hxwrap/[target]/raac.dll',
+'mdfaudsw' : 'datatype/mp4/audio/mdf/[target]/mdfaudsw.dll'
}
@@ -199,6 +200,9 @@
# always add client core dll
Add('clntcore')
+if project.IsDefined("HELIX_FEATURE_SYMBIAN_MDF_AUDIO_SW"):
+ Add('mdfaudsw')
+
if project.IsDefined("HELIX_FEATURE_PLAYBACK_LOCAL"):
Add('smplfsys')