Mercurial > sdl-ios-xcode
diff src/video/bwindow/SDL_sysyuv.cc @ 4164:7a4c511c980a SDL-1.2
Date: Fri, 6 Mar 2009 12:41:17 -0800
From: scott mc
Subject: Re: [SDL] patch for building on haiku
Ok. I've combined the various Haiku patches for the SDL-1.2 branch
into one .diff file
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 17 Mar 2009 03:58:53 +0000 |
parents | a1b03ba2fcd0 |
children |
line wrap: on
line diff
--- a/src/video/bwindow/SDL_sysyuv.cc Tue Feb 17 05:25:25 2009 +0000 +++ b/src/video/bwindow/SDL_sysyuv.cc Tue Mar 17 03:58:53 2009 +0000 @@ -94,7 +94,7 @@ // See <GraphicsDefs.h> [btw: Cb=U, Cr=V] // See also http://www.fourcc.org/indexyuv.htm -enum color_space convert_color_space(Uint32 format) { +color_space convert_color_space(Uint32 format) { switch (format) { case SDL_YV12_OVERLAY: return B_YUV9;