diff postprocess_internal.h @ 61:98d3264ac47f libpostproc

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents e6a94aa12c17
children fb2657d1e70d
line wrap: on
line diff
--- a/postprocess_internal.h	Wed Oct 17 09:16:21 2007 +0000
+++ b/postprocess_internal.h	Wed Oct 17 09:37:46 2007 +0000
@@ -23,8 +23,8 @@
  * internal api header.
  */
 
-#ifndef POSTPROCESS_INTERNAL_H
-#define POSTPROCESS_INTERNAL_H
+#ifndef FFMPEG_POSTPROCESS_INTERNAL_H
+#define FFMPEG_POSTPROCESS_INTERNAL_H
 
 #include "avutil.h"
 #include "postprocess.h"
@@ -186,4 +186,4 @@
         }
 }
 
-#endif // POSTPROCESS_INTERNAL_H
+#endif /* FFMPEG_POSTPROCESS_INTERNAL_H */