]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Add proper formats for sRGB without alpha.
[movit] / effect_chain.h
index 903018bc3ab87a60dd159e3ff13d8edcec0b3171..e7d99d54821928c1248f6456c461ba1f63525eed 100644 (file)
@@ -17,7 +17,7 @@
 // the EffectChain holds textures and other OpenGL objects that are tied to the
 // context.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <stdio.h>
 #include <map>
 #include <set>