X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_compression_effect.h;h=c494cd795b00ce5f5c20142a4ff4ea9ae879b7c1;hp=6727e6e905c313e75f98209e1d6a55da56f958f6;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=d98081df26d115a46404baaa83e9a927ebe37b87;ds=sidebyside diff --git a/gamma_compression_effect.h b/gamma_compression_effect.h index 6727e6e..c494cd7 100644 --- a/gamma_compression_effect.h +++ b/gamma_compression_effect.h @@ -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)