Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
IRIX doesn't have a GL library versioning system
  • Loading branch information
slouken committed Feb 26, 2004
1 parent 4a10212 commit 3516f9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/video/x11/SDL_x11gl.c
Expand Up @@ -34,7 +34,12 @@ static char rcsid =
#include "SDL_x11dga_c.h"
#include "SDL_x11gl_c.h"

#if defined(sgi)
/* IRIX doesn't have a GL library versioning system */
#define DEFAULT_OPENGL "libGL.so"
#else
#define DEFAULT_OPENGL "libGL.so.1"
#endif

#ifndef GLX_ARB_multisample
#define GLX_ARB_multisample
Expand Down

0 comments on commit 3516f9b

Please sign in to comment.