mirror of
https://github.com/yawut/SDL.git
synced 2026-08-08 11:45:56 -05:00
IRIX doesn't have a GL library versioning system
This commit is contained in:
parent
ba724f0612
commit
7b56bd9487
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user