]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Add ycbcr.h to HDRS.
[movit] / effect_chain.h
index 2b959bda68bfc2f5502f743c9ccb9435e79f9794..358deedbb5e34064e4d2c52119db4c4c30413dca 100644 (file)
@@ -21,7 +21,7 @@
 // See corresponding comment in resource_pool.h. This holds even if you don't
 // allocate your own ResourcePool, but let EffectChain hold its own.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <stdio.h>
 #include <map>
 #include <set>
@@ -83,6 +83,7 @@ private:
        Colorspace output_color_space;
        GammaCurve output_gamma_curve;
        AlphaType output_alpha_type;
+       bool needs_mipmaps;  // Directly or indirectly.
 
        friend class EffectChain;
 };