]> git.sesse.net Git - movit/blobdiff - resample_effect.cpp
Merge branch 'master' into epoxy
[movit] / resample_effect.cpp
index 4af60de7d3c47c6089a560f0d23c2ce62594cd81..b988e5af8eb656d2110352f7339e090d799c95c7 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>