]> git.sesse.net Git - movit/blobdiff - resample_effect.cpp
Add proper formats for sRGB without alpha.
[movit] / resample_effect.cpp
index a6774873daa3b5b58be975300f97839cc5562a56..50b7c6bc5c4730fc6bb25cd18c96a446c8f02986 100644 (file)
@@ -1,7 +1,7 @@
 // Three-lobed Lanczos, the most common choice.
 #define LANCZOS_RADIUS 3.0
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <assert.h>
 #include <limits.h>
 #include <math.h>