Add HAVE_GLSL define

This commit is contained in:
Twinaphex 2012-07-01 22:46:25 +02:00
parent 2ec2b70a72
commit 241368b0f6

View File

@ -72,6 +72,10 @@ VIDEO SHADERS
#include "../../gfx/shader_hlsl.c"
#endif
#ifdef HAVE_GLSL
#include "../../gfx/shader_glsl.c"
#endif
/*============================================================
VIDEO IMAGE
============================================================ */