[Clientapps-cvs] symbianplayer install.pcf,1.13.2.1,1.13.2.2
aperiquet at helixcommunity.org aperiquet at helixcommunity.orgUpdate of /cvsroot/clientapps/symbianplayer
In directory cvs02.internal.helixcommunity.org:/tmp/cvs-serv17024
Modified Files:
Tag: hxclient_2_1_0_cayennes
install.pcf
Log Message:
add arma.dll for Symbian MDF Audio CMMFCodecs
Index: install.pcf
===================================================================
RCS file: /cvsroot/clientapps/symbianplayer/install.pcf,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -u -d -r1.13.2.1 -r1.13.2.2
--- install.pcf 31 Jan 2006 17:50:35 -0000 1.13.2.1
+++ install.pcf 22 Mar 2006 21:52:31 -0000 1.13.2.2
@@ -170,7 +170,7 @@
'vidplin' : 'datatype/group/video/[target]/vidplin.dll',
'vidsite' : 'video/site/[target]/vidsite.dll',
'raac' : 'datatype/aac/codec/fixpt/decoder/hxwrap/[target]/raac.dll',
-'mdfaudsw' : 'datatype/mp4/audio/mdf/[target]/mdfaudsw.dll'
+'arma' : 'datatype/mp4/audio/mdf/[target]/arma.dll'
}
@@ -207,7 +207,7 @@
Add('clntcore')
if project.IsDefined("HELIX_FEATURE_SYMBIAN_MDF_AUDIO_SW"):
- Add('mdfaudsw')
+ Add('arma')
if project.IsDefined("HELIX_FEATURE_PLAYBACK_LOCAL"):
Add('smplfsys')