]> git.sesse.net Git - movit/blobdiff - resource_pool.h
Add proper formats for sRGB without alpha.
[movit] / resource_pool.h
index 4ae4110851387cd7dcfe21eb67f3f3f0e71cd695..7029fbfd5e795cbd405a099ddd0b1450ccf187c2 100644 (file)
@@ -16,7 +16,7 @@
 // safely called from multiple threads at the same time, provided they have
 // separate (but sharing) OpenGL contexts.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <pthread.h>
 #include <stddef.h>
 #include <list>