[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-video-dev
Subject:    RE: [Video-dev] CR-Client-Resend: Fix problem with includes for
From:       "Eric Hyche" <ehyche () real ! com>
Date:       2005-03-30 16:38:10
[Download RAW message or body]


Looks good and checked into HEAD and 150Cay.

Eric 

> -----Original Message-----
> From: video-dev-bounces@helixcommunity.org 
> [mailto:video-dev-bounces@helixcommunity.org] On Behalf Of 
> Alberto Meza
> Sent: Monday, March 28, 2005 12:44 PM
> To: video-dev
> Subject: [Video-dev] CR-Client-Resend: Fix problem with 
> includes for codewarrior
> 
> -----Original Message-----
> From: video-dev-bounces@helixcommunity.org
> [mailto:video-dev-bounces@helixcommunity.org]On Behalf Of Alberto Meza
> Sent: Tuesday, March 15, 2005 7:19 PM
> To: video-dev
> Subject: [Video-dev] CR-Fix problem with includes for code warrior
> 
> 
> Modified by:ameza@dextratech.com
> Reviewed by:
> Date:3/10/2005
> Project:Helix Symbian Port
> 
> Synopsis:	Fix problems with including headers building 
> for code warrior
> 
> 
> Overview:
> Change includes order to avoid use of an undefined structure 
> before this is
> defined.
> 
> ### mwccsym2.exe Compiler:
> #      In: pub\nostatic\colorlib.h
> #    From: nostatic\yuv2rgb.c
> # ---------------------------
> #      72:           color_data_t* pcd);
> #   Error:           ^^^^^^^^^^^^
> #   declaration syntax error
> 
> 
> 
> video/colconverter/nostatic/yuv2rgb.c
> 
> 
> Image Size and Heap Use impact: None
> Platforms and Profiles Affected: symbian-81-winscw-emulator,
> helix-client-s60-advanced
> Distribution Libraries Affected: None
> Distribution library impact and planned action: None
> Platforms and Profiles Build Verified: symbian-81-winscw-emulator,
> helix-client-s60-advanced
> Branch: 150Cay
> 
> 
> Copyright assignment:
> I agree to assign to RealNetworks full copyright ownership of the code
> represented by the attached patch. I warrant that I am 
> legally entitled to
> grant the copyright assignment and that my contribution does 
> not violate any
> law or breach any contract. I understand that RealNetworks 
> may license this
> code under RPSL, RCSL, and/or any other license at RealNetworks' sole
> discretion.
> 
> 
> Index: video/colconverter/nostatic/yuv2rgb.c
> ===================================================================
> RCS file: /cvsroot/video/colconverter/nostatic/yuv2rgb.c,v
> retrieving revision 1.3
> diff -u -w -r1.3 yuv2rgb.c
> --- yuv2rgb.c	9 Jul 2004 18:36:17 -0000	1.3
> +++ yuv2rgb.c	16 Mar 2005 01:10:05 -0000
> @@ -48,8 +48,8 @@
>   * ***** END LICENSE BLOCK ***** */
> 
>  #include <math.h>
> -#include "nostatic/colorlib.h"
>  #include "nostatic/yuv.h"
> +#include "nostatic/colorlib.h"
> 
>  /* macros to check big/little endiannes of the system: */
>  //const static union {char c[4]; unsigned int l;} _1234 =
> {"\001\002\003\004"};
> 



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic