]> git.sesse.net Git - movit/blobdiff - unsharp_mask_effect.h
Correct the number of blur taps read.
[movit] / unsharp_mask_effect.h
index ba54a96f048ca12df0bd9015cd45a7f9e8b02ba6..7a2052b5b4ef4e81c6dd0418ae524033381333e0 100644 (file)
 // See DeconvolutionSharpenEffect for a different, possibly better
 // sharpening algorithm.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <assert.h>
 #include <string>
 
 #include "effect.h"
 
+namespace movit {
+
 class BlurEffect;
 class EffectChain;
 class MixEffect;
@@ -43,4 +45,6 @@ private:
        MixEffect *mix;
 };
 
+}  // namespace movit
+
 #endif // !defined(_MOVIT_UNSHARP_MASK_EFFECT_H)