]> git.sesse.net Git - movit/blobdiff - vignette_effect.h
Add proper formats for sRGB without alpha.
[movit] / vignette_effect.h
index 737a834cb68556a063404063a0e92a18f5be88c9..fdf1a116502b8be220b74cacca1432539daec206 100644 (file)
@@ -4,7 +4,7 @@
 // A circular vignette, falling off as cosĀ² of the distance from the center
 // (the classic formula for approximating a real lens).
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <string>
 
 #include "effect.h"