]> git.sesse.net Git - movit/blobdiff - dither_effect_test.cpp
Save a mul in YCbCrInput by folding the scaling into the matrix.
[movit] / dither_effect_test.cpp
index 18b286ed3e3210c4fa0c0546b1739f5df4759baf..1b72ecb5caec50c93d3ad34fc56a2e09ef390e26 100644 (file)
@@ -1,6 +1,6 @@
 // Unit tests for DitherEffect.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <math.h>
 
 #include "effect_chain.h"