]> git.sesse.net Git - movit/blobdiff - util.h
Make the blur use the resize functionality, which also unbreaks the in-between sampli...
[movit] / util.h
diff --git a/util.h b/util.h
index a1e0e66e4c3269e8799f273203730cbcd7c64604..209a7dca42958a9313ed3f5d441267d9000e187a 100644 (file)
--- a/util.h
+++ b/util.h
@@ -8,7 +8,7 @@
 
 #include <string>
 
-#include <GL/gl.h>
+#include "opengl.h"
 
 #define BUFFER_OFFSET(i) ((char *)NULL + (i))