comparison src/video/SDL_yuv_sw.c @ 1679:153477a6cc31 SDL-1.3

More compile fixes
author Sam Lantinga <slouken@libsdl.org>
date Wed, 14 Jun 2006 06:26:35 +0000
parents 8e754b82cecc
children 9488fca10677
comparison
equal deleted inserted replaced
1678:90bf530ced8e 1679:153477a6cc31
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #if 0 /* TODO */
24 /* This is the software implementation of the YUV video overlay support */ 25 /* This is the software implementation of the YUV video overlay support */
25 26
26 /* This code was derived from code carrying the following copyright notices: 27 /* This code was derived from code carrying the following copyright notices:
27 28
28 * Copyright (c) 1995 The Regents of the University of California. 29 * Copyright (c) 1995 The Regents of the University of California.
1295 SDL_free(swdata->rgb_2_pix); 1296 SDL_free(swdata->rgb_2_pix);
1296 } 1297 }
1297 SDL_free(swdata); 1298 SDL_free(swdata);
1298 } 1299 }
1299 } 1300 }
1301 #endif /* TODO */
1300 1302
1301 /* vi: set ts=4 sw=4 expandtab: */ 1303 /* vi: set ts=4 sw=4 expandtab: */