]> git.sesse.net Git - movit/blobdiff - util.cpp
Make the blur use the resize functionality, which also unbreaks the in-between sampli...
[movit] / util.cpp
index 70c9af2dc0d91be4951db50e90f9c6d79e77ba36..8dcf219b3ee6be7cd8592f26268eefb33bae3fcb 100644 (file)
--- a/util.cpp
+++ b/util.cpp
@@ -1,13 +1,9 @@
-#define GL_GLEXT_PROTOTYPES 1
-
 #include <stdio.h>
 #include <assert.h>
 
-#include <GL/gl.h>
-#include <GL/glext.h>
-
 #include <math.h>
 #include "util.h"
+#include "opengl.h"
 
 void hsv2rgb(float h, float s, float v, float *r, float *g, float *b)
 {