]> git.sesse.net Git - movit/blobdiff - d65.h
Prefix include guards with _MOVIT to avoid clashes with external files.
[movit] / d65.h
diff --git a/d65.h b/d65.h
index 8f1f3e796f36cac2b4bd05abbd901950b0a75e53..807c274ece6ce645a4f14b0699e63ae83cf9d37e 100644 (file)
--- a/d65.h
+++ b/d65.h
@@ -1,5 +1,5 @@
-#ifndef _D65_H
-#define _D65_H 1
+#ifndef _MOVIT_D65_H
+#define _MOVIT_D65_H 1
 
 // The D65 illuminant, which is the standard white point (ie. what you should get
 // for R=G=B=1) for almost all video color spaces in common use. It has a color
@@ -14,5 +14,5 @@ static const double d65_X = d65_x / d65_y;
 static const double d65_Y = 1.0;
 static const double d65_Z = d65_z / d65_y;
 
-#endif  // !defined(_D65_H)
+#endif  // !defined(_MOVIT_D65_H)