]> git.sesse.net Git - movit/blobdiff - effect.h
Add proper formats for sRGB without alpha.
[movit] / effect.h
index 14cbe301fa08d55154e8cd1b1e149fce84c6f9e2..9d95705f6a66ce344a54bd18eb83154018d85c35 100644 (file)
--- a/effect.h
+++ b/effect.h
@@ -10,7 +10,7 @@
 // effect instance; use the macro PREFIX() around your identifiers to
 // automatically prepend that prefix.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <assert.h>
 #include <stddef.h>
 #include <map>