]> git.sesse.net Git - movit/blobdiff - resample_effect.cpp
Switch from using GLEW to epoxy.
[movit] / resample_effect.cpp
index dbc57883897e6fc4ba3488661c6376c8d186d480..74b059404332cbab2da91d7e403954997df96a9d 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>