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

List:       helix-video-dev
Subject:    RE: [Video-dev] CR: IsDefined switch in sitelib
From:       "Eric Hyche" <ehyche () real ! com>
Date:       2005-08-08 16:05:15
[Download RAW message or body]


Looks good. 

> -----Original Message-----
> From: video-dev-bounces@helixcommunity.org 
> [mailto:video-dev-bounces@helixcommunity.org] On Behalf Of Ryan Gammon
> Sent: Friday, August 05, 2005 11:16 PM
> To: video-dev@helixcommunity.org
> Subject: [Video-dev] CR: IsDefined switch in sitelib
> 
> For 150Cay and HEAD:
> 
> Index: sitelib/win.pcf
> ===================================================================
> RCS file: /cvsroot/video/sitelib/win.pcf,v
> retrieving revision 1.8
> diff -u -w -r1.8 win.pcf
> --- sitelib/win.pcf    26 Jul 2004 06:44:49 -0000    1.8
> +++ sitelib/win.pcf    30 Jul 2005 18:21:01 -0000
> @@ -70,7 +70,7 @@
>  # PLUS an output format.
>  #project.AddDefines('HELIX_FEATURE_MINI_SITE', 
> 'HELIX_FEATURE_OPTIMIZED_VIDEO', 'HELIX_FEATURE_CC_YUY2out');
>  
> -if ('HELIX_FEATURE_MINI_SITE' in project.defines):
> +if project.IsDefined('HELIX_FEATURE_MINI_SITE'):
>      project.AddSources('platform/win/mwinsurf.cpp',
>                             
> 'platform/win/bltobjfact.cpp',                       
>                             'platform/win/mwinsite.cpp ');
> @@ -84,7 +84,7 @@
>          project.AddDefines('HELIX_FEATURE_VS2');
>  
>  #For site only
> -if ('HELIX_FEATURE_VS2' in project.defines):
> +if project.IsDefined('HELIX_FEATURE_VS2'):
>      project.AddSources('platform/win/winsurf2.cpp');
>  
>  #For mini site only
> 
> 
> _______________________________________________
> Video-dev mailing list
> Video-dev@helixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/video-dev
> 



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

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