]> git.sesse.net Git - movit/blobdiff - white_balance_effect.h
Stop using BGR, BGRA and grayscale formats.
[movit] / white_balance_effect.h
index 43bfccb1f132bf93d01ae57a7aaad481647c6e3d..f438b91507a00b579d9eac697a3f619ac4527096 100644 (file)
@@ -3,7 +3,7 @@
 
 // Color correction in LMS color space.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <string>
 
 #include "effect.h"