]> git.sesse.net Git - movit/blobdiff - fft_convolution_effect.h
Merge branch 'master' into epoxy
[movit] / fft_convolution_effect.h
index f601a49ccbc0f13686509d1fc1dc926eff3fe8b6..4136a2a7e2be02c9d88e81a1c2aaf62ab9f62c7d 100644 (file)
@@ -72,7 +72,7 @@
 // time, which in turn means you cannot change image or kernel size on the fly.
 
 #include <assert.h>
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <string>
 
 #include "effect.h"