List Info

Thread: CR:Changes in clientapps/ppcplayer to support RealAudio Lossless in wm50 build




CR:Changes in clientapps/ppcplayer to support RealAudio Lossless in wm50 build
country flaguser name
China
2008-01-02 01:37:50
Synopsis:
Provide RealAudio Lossless support on wm50 helixplayer.
 
Files Added:
None
 
Files Modified:
/cvsroot/clientapps/ppcplayer/wince.pcf

Image Size and Heap Use impact (Client -Only):
None.

Platforms and Profiles Affected:
platform : wince-500-ppc-arm
profile  : helix-client-wince-wm50
 
Distribution Libraries Affected:
None

Distribution library impact and planned action:
None

Platforms and Profiles Build Verified:
BIF branch   -> hxclient_3_1_0_atlas_restricted
Target(s)    -> wince_wm50_play
Profile      -> helix-client-wince-wm50
SYSTEM_ID        -> wince-500-ppc-arm
 
Branch:
hxclient_3_1_0_atlas

Copyright assignment: I am a RealNetworks employee.

Index: wince.pcf
============================================================
=======
RCS file: /cvsroot/clientapps/ppcplayer/wince.pcf,v
retrieving revision 1.1.2.7
diff -u -w -r1.1.2.7 wince.pcf
--- wince.pcf	21 Dec 2007 01:27:27 -0000	1.1.2.7
+++ wince.pcf	2 Jan 2008 07:36:35 -0000
 -239,6
+239,10 
 		       
project.AddLibraries(GetSDKPath("ra8hbr_fixpt_lib"
))
                 else:
                        
project.AddLibraries(GetSDKPath("ra8hbr_fltpt_lib"
))
+        ## Add RealAudio Lossless Format support
+	if
project.IsDefined("HELIX_FEATURE_AUDIO_RALF"):
+		static_plugin_list[-1:-1] = ["ralf"]
+		project.AddLibraries(GetSDKPath("ralf_libs")+'[
ralf_lib]')
         ##
 	if project.IsDefined("HELIX_FEATURE_VIDEO"):
 		static_plugin_list[-1:-1] = ["vidsite"]

Best Regards

-------------------------------------------------------
Eric Li (李军)
www.realnetworks.com
www.helixcommunity.org
-------------------------------------------------------
 


_______________________________________________
Clientapps-dev mailing list
Clientapps-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/
clientapps-dev

RE: CR:Changes in clientapps/ppcplayer to supportRealAudio Lossless in wm50 build
country flaguser name
United States
2008-01-02 09:43:44
Looks good.

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc.  

> -----Original Message-----
> From: clientapps-dev-bounceshelixcommunity.org 
> [mailto:clientapps-dev-bounceshelixcommunity.org] On
Behalf Of lijun
> Sent: Wednesday, January 02, 2008 2:38 AM
> To: clientapps-devhelixcommunity.org
> Subject: [clientapps-dev] CR:Changes in
clientapps/ppcplayer 
> to supportRealAudio Lossless in wm50 build
> 
> Synopsis:
> Provide RealAudio Lossless support on wm50
helixplayer.
>  
> Files Added:
> None
>  
> Files Modified:
> /cvsroot/clientapps/ppcplayer/wince.pcf
> 
> Image Size and Heap Use impact (Client -Only):
> None.
> 
> Platforms and Profiles Affected:
> platform : wince-500-ppc-arm
> profile  : helix-client-wince-wm50
>  
> Distribution Libraries Affected:
> None
> 
> Distribution library impact and planned action:
> None
> 
> Platforms and Profiles Build Verified:
> BIF branch   -> hxclient_3_1_0_atlas_restricted
> Target(s)    -> wince_wm50_play
> Profile      -> helix-client-wince-wm50
> SYSTEM_ID        -> wince-500-ppc-arm
>  
> Branch:
> hxclient_3_1_0_atlas
> 
> Copyright assignment: I am a RealNetworks employee.
> 
> Index: wince.pcf
>
============================================================
=======
> RCS file: /cvsroot/clientapps/ppcplayer/wince.pcf,v
> retrieving revision 1.1.2.7
> diff -u -w -r1.1.2.7 wince.pcf
> --- wince.pcf	21 Dec 2007 01:27:27 -0000	1.1.2.7
> +++ wince.pcf	2 Jan 2008 07:36:35 -0000
>  -239,6 +239,10 
>  		        
>
project.AddLibraries(GetSDKPath("ra8hbr_fixpt_lib"
))
>                  else:
>                          
>
project.AddLibraries(GetSDKPath("ra8hbr_fltpt_lib"
))
> +        ## Add RealAudio Lossless Format support
> +	if
project.IsDefined("HELIX_FEATURE_AUDIO_RALF"):
> +		static_plugin_list[-1:-1] = ["ralf"]
> +		
>
project.AddLibraries(GetSDKPath("ralf_libs")+'[ral
f_lib]')
>          ##
>  	if
project.IsDefined("HELIX_FEATURE_VIDEO"):
>  		static_plugin_list[-1:-1] = ["vidsite"]
> 
> Best Regards
> 
>
-------------------------------------------------------
> Eric Li (李军)
> www.realnetworks.com
> www.helixcommunity.org
>
-------------------------------------------------------
>  
> 
> 
> _______________________________________________
> Clientapps-dev mailing list
> Clientapps-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/
clientapps-dev
> 


_______________________________________________
Clientapps-dev mailing list
Clientapps-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/
clientapps-dev

CN:Changes in clientapps/ppcplayer to supportRealAudio Lossless in wm50 build
country flaguser name
China
2008-01-02 21:05:10
Changes are checked into HEAD and atlas310.
Thanks, Eric.

Best Regards

Eric Li (李军)
 

>-----Original Message-----
>From: Eric Hyche [mailto:ehychereal.com]
>Sent: Wednesday, January 02, 2008 11:44 PM
>To: ljunreal.com; clientapps-devhelixcommunity.org
>Subject: RE: [clientapps-dev] CR:Changes in
clientapps/ppcplayer to
>supportRealAudio Lossless in wm50 build
>
>
>Looks good.
>
>=============================================
>Eric Hyche (ehychereal.com)
>Technical Lead
>RealNetworks, Inc.
>
>> -----Original Message-----
>> From: clientapps-dev-bounceshelixcommunity.org
>> [mailto:clientapps-dev-bounceshelixcommunity.org] On Behalf Of lijun
>> Sent: Wednesday, January 02, 2008 2:38 AM
>> To: clientapps-devhelixcommunity.org
>> Subject: [clientapps-dev] CR:Changes in
clientapps/ppcplayer
>> to supportRealAudio Lossless in wm50 build
>>
>> Synopsis:
>> Provide RealAudio Lossless support on wm50
helixplayer.
>>
>> Files Added:
>> None
>>
>> Files Modified:
>> /cvsroot/clientapps/ppcplayer/wince.pcf
>>
>> Image Size and Heap Use impact (Client -Only):
>> None.
>>
>> Platforms and Profiles Affected:
>> platform : wince-500-ppc-arm
>> profile  : helix-client-wince-wm50
>>
>> Distribution Libraries Affected:
>> None
>>
>> Distribution library impact and planned action:
>> None
>>
>> Platforms and Profiles Build Verified:
>> BIF branch   -> hxclient_3_1_0_atlas_restricted
>> Target(s)    -> wince_wm50_play
>> Profile      -> helix-client-wince-wm50
>> SYSTEM_ID        -> wince-500-ppc-arm
>>
>> Branch:
>> hxclient_3_1_0_atlas
>>
>> Copyright assignment: I am a RealNetworks
employee.
>>
>> Index: wince.pcf
>>
============================================================
=======
>> RCS file:
/cvsroot/clientapps/ppcplayer/wince.pcf,v
>> retrieving revision 1.1.2.7
>> diff -u -w -r1.1.2.7 wince.pcf
>> --- wince.pcf	21 Dec 2007 01:27:27 -0000	1.1.2.7
>> +++ wince.pcf	2 Jan 2008 07:36:35 -0000
>>  -239,6 +239,10 
>>
>>
project.AddLibraries(GetSDKPath("ra8hbr_fixpt_lib"
))
>>                  else:
>>
>>
project.AddLibraries(GetSDKPath("ra8hbr_fltpt_lib"
))
>> +        ## Add RealAudio Lossless Format support
>> +	if
project.IsDefined("HELIX_FEATURE_AUDIO_RALF"):
>> +		static_plugin_list[-1:-1] = ["ralf"]
>> +
>>
project.AddLibraries(GetSDKPath("ralf_libs")+'[ral
f_lib]')
>>          ##
>>  	if
project.IsDefined("HELIX_FEATURE_VIDEO"):
>>  		static_plugin_list[-1:-1] =
["vidsite"]
>>
>> Best Regards
>>
>>
-------------------------------------------------------
>> Eric Li (李军)
>> www.realnetworks.com
>> www.helixcommunity.org
>>
-------------------------------------------------------
>>
>>
>>
>> _______________________________________________
>> Clientapps-dev mailing list
>> Clientapps-devhelixcommunity.org
>> http://lists.helixcommunity.org/mailman/listinfo/
clientapps-dev
>>


_______________________________________________
Clientapps-dev mailing list
Clientapps-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/
clientapps-dev

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )