diff src/video/dc/SDL_dcvideo.c @ 1461:11134dc42da8

Updated for Dreamcast KOS June 2005 snapshot: http://cadcdev.sourceforge.net/svn/snapshots/ http://gamedev.allusion.net/softprj/kos/dcsetup.php
author Sam Lantinga <slouken@libsdl.org>
date Thu, 02 Mar 2006 13:16:02 +0000
parents d910939febfa
children e49147870aac c121d94672cb a1b03ba2fcd0
line wrap: on
line diff
--- a/src/video/dc/SDL_dcvideo.c	Thu Mar 02 07:46:24 2006 +0000
+++ b/src/video/dc/SDL_dcvideo.c	Thu Mar 02 13:16:02 2006 +0000
@@ -53,10 +53,12 @@
 static void DC_UpdateRects(_THIS, int numrects, SDL_Rect *rects);
 
 /* OpenGL */
+#if SDL_VIDEO_OPENGL
 static void *DC_GL_GetProcAddress(_THIS, const char *proc);
 static int DC_GL_LoadLibrary(_THIS, const char *path);
 static int DC_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
 static void DC_GL_SwapBuffers(_THIS);
+#endif
 
 /* DC driver bootstrap functions */