]> git.sesse.net Git - movit/blobdiff - gamma_compression_effect.h
Prefix include guards with _MOVIT to avoid clashes with external files.
[movit] / gamma_compression_effect.h
index 6727e6e905c313e75f98209e1d6a55da56f958f6..c494cd795b00ce5f5c20142a4ff4ea9ae879b7c1 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _GAMMA_COMPRESSION_EFFECT_H 
-#define _GAMMA_COMPRESSION_EFFECT_H 1
+#ifndef _MOVIT_GAMMA_COMPRESSION_EFFECT_H 
+#define _MOVIT_GAMMA_COMPRESSION_EFFECT_H 1
 
 // An effect to convert linear light to the given gamma curve,
 // typically inserted by the framework automatically at the end
@@ -35,4 +35,4 @@ private:
        float compression_curve[COMPRESSION_CURVE_SIZE];
 };
 
-#endif // !defined(_GAMMA_COMPRESSION_EFFECT_H)
+#endif // !defined(_MOVIT_GAMMA_COMPRESSION_EFFECT_H)