diff 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
line wrap: on
line diff
--- a/src/video/SDL_yuv_sw.c	Wed Jun 14 06:14:26 2006 +0000
+++ b/src/video/SDL_yuv_sw.c	Wed Jun 14 06:26:35 2006 +0000
@@ -21,6 +21,7 @@
 */
 #include "SDL_config.h"
 
+#if 0 /* TODO */
 /* This is the software implementation of the YUV video overlay support */
 
 /* This code was derived from code carrying the following copyright notices:
@@ -1297,5 +1298,6 @@
         SDL_free(swdata);
     }
 }
+#endif /* TODO */
 
 /* vi: set ts=4 sw=4 expandtab: */