]> git.sesse.net Git - movit/blobdiff - fft_convolution_effect.h
Fix an issue where we could take an FBO off a freelist but not properly clean fbo_for...
[movit] / fft_convolution_effect.h
index a2b8062801edef2a0246ec2fba22ea1b2265ab4a..e19a804d604c4097c4031719fbf6d40cc138329c 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"