[Datatype-cvs] xps/fileformat dllumakefil,1.2,1.3
salopes at helixcommunity.org salopes at helixcommunity.orgUpdate of /cvsroot/datatype/xps/fileformat In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv29439 Modified Files: dllumakefil Log Message: ok On 9/22/2010 12:34 PM, ext-sanket.lopes at nokia.com wrote: > "Nokia submits this code under the terms of a commercial contribution > agreement with Real Networks, and I am authorized to contribute this > code under said agreement." > > Modified by: ext-sanket.lopes at nokia.com > <mailto:ext-sanket.lopes at nokia.com> > > Reviewed by: > > RC Id: > > Date: 09/21/2010 > > Project: SymbianMmf_wm > > Synopsis: Port Avi Fixes and Linux Compatibility Related Changes from > Cays to Brizo > > Overview: Fix for Crashes related to AVI files and Case Sensitive > issues on Linux build system. > > Files modified & changes: > > For AVI changes: > > /cvsroot/datatype/avi/fileformat/aviffpln.cpp,v > > /cvsroot/datatype/avi/fileformat/aviindx.cpp,v > > /cvsroot/datatype/avi/fileformat/avistrm.cpp,v > > /cvsroot/datatype/avi/fileformat/pub/aviffpln.h,v > > /cvsroot/datatype/avi/fileformat/pub/avistrm.h,v > > For Linux compatibility > > /cvsroot/datatype/xps/fileformat/dllumakefil > > /cvsroot/datatype/mdf/video/format/wmv/Umakefil > > /cvsroot/datatype/mdf/video/format/rm/Umakefil > > /cvsroot/datatype/mdf/video/format/mp4/Umakefil > > /cvsroot/datatype/mdf/video/format/h264/Umakefil > > /cvsroot/datatype/mdf/video/format/h263/Umakefil > > /cvsroot/datatype/mdf/video/format/flv/Umakefil > > /cvsroot/clientapps/symbianMmf/audiocontroller/controllerdll > > /cvsroot/clientapps/symbianMmf/videocontroller/MmfCtrlDll > > /cvsroot/audio/device/platform/symbian/audiosvr/mmf/audio_session-mmf. > h > > /cvsroot/audio/device/platform/symbian/audiosvr/mda/audio_session-mda. > h > > Image Size and Heap Use impact: No major impact > > Module Release testing (STIF) : Passed > > Test case(s) Added : No > > Memory leak check performed : Yes > > Platforms and Profiles Build Verified: helix-client-s60-52-mmf-mdf-dsp > > Platforms and Profiles Functionality verified: armv5, winscw > > Branch: 420Brizo & Head > > CVS Diff : Attached > > BR, > > Sanket > Index: dllumakefil =================================================================== RCS file: /cvsroot/datatype/xps/fileformat/dllumakefil,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- dllumakefil 19 Oct 2008 05:21:23 -0000 1.2 +++ dllumakefil 24 Sep 2010 22:03:28 -0000 1.3 @@ -54,7 +54,7 @@ "common/container[contlib]", "common/util[utillib]") -project.AddModuleLibraries("datatype/xps/fileformat[XPSFFlib]") +project.AddModuleLibraries("datatype/xps/fileformat[XPSFFLib]") project.AddSources('CXPSFFPlugin.cpp')