]> git.sesse.net Git - movit/blobdiff - resample_effect.h
Prefix include guards with _MOVIT to avoid clashes with external files.
[movit] / resample_effect.h
index b66ca6fe4ba30bd2ec817a634b6255bd2e316eee..c81362f19ee57079b62df66ce3872f83673192df 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _RESAMPLE_EFFECT_H
-#define _RESAMPLE_EFFECT_H 1
+#ifndef _MOVIT_RESAMPLE_EFFECT_H
+#define _MOVIT_RESAMPLE_EFFECT_H 1
 
 // High-quality image resizing, either up or down.
 //
@@ -99,4 +99,4 @@ private:
        float slice_height;
 };
 
-#endif // !defined(_RESAMPLE_EFFECT_H)
+#endif // !defined(_MOVIT_RESAMPLE_EFFECT_H)