[vlc-devel] [PATCH 13/41] Define COLOR as VLC_COLOR on OS/2.

Rémi Denis-Courmont remi at remlab.net
Mon Oct 10 15:00:05 CEST 2011


On Mon, 10 Oct 2011 20:43:52 +0900, KO Myung-Hun <komh at chollian.net>
wrote:
> OS/2 has already the type of the same name.
> ---
>  modules/video_filter/ball.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/modules/video_filter/ball.c b/modules/video_filter/ball.c
> index b98772f..abd655b 100644
> --- a/modules/video_filter/ball.c
> +++ b/modules/video_filter/ball.c
> @@ -45,6 +45,11 @@
>  
>  enum { RED, GREEN, BLUE, WHITE };
>  
> +#ifdef __OS2__
> +/* OS/2 has the type of the same name */
> +# define COLOR  VLC_COLOR
> +#endif
> +

This message _NOT_ for Ko:

STATIC DATA SERIOUSLY?
WHO THE BLOODY HELL COMMITTED THIS CRAP?

>  typedef struct
>  {
>      uint8_t comp1;

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list