]> git.sesse.net Git - movit/blobdiff - fft_pass_effect.h
Stop using BGR, BGRA and grayscale formats.
[movit] / fft_pass_effect.h
index 460a946be4dcbdb24f8bddfcc011cb3cdb6af6a0..90e88bc1fddd94650c1deae08011e9c2d0e5395e 100644 (file)
@@ -50,7 +50,7 @@
 // scaling), and as fp16 has quite limited range at times, this can be relevant
 // on some GPUs for larger sizes.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <assert.h>
 #include <stdio.h>
 #include <string>