changeset 123:674bd232c0e1 libpostproc

Use directory name as multiple inclusion guard prefix. We do this for all other libraries already.
author diego
date Wed, 04 Feb 2009 20:31:20 +0000
parents 1500ae6cf66c
children 92db3581c916
files postprocess.h postprocess_internal.h
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/postprocess.h	Sun Feb 01 02:00:19 2009 +0000
+++ b/postprocess.h	Wed Feb 04 20:31:20 2009 +0000
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef POSTPROCESS_POSTPROCESS_H
-#define POSTPROCESS_POSTPROCESS_H
+#ifndef POSTPROC_POSTPROCESS_H
+#define POSTPROC_POSTPROCESS_H
 
 /**
  * @file libpostproc/postprocess.h
@@ -96,4 +96,4 @@
 
 #define PP_PICT_TYPE_QP2  0x00000010 ///< MPEG2 style QScale
 
-#endif /* POSTPROCESS_POSTPROCESS_H */
+#endif /* POSTPROC_POSTPROCESS_H */
--- a/postprocess_internal.h	Sun Feb 01 02:00:19 2009 +0000
+++ b/postprocess_internal.h	Wed Feb 04 20:31:20 2009 +0000
@@ -23,8 +23,8 @@
  * internal api header.
  */
 
-#ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H
-#define POSTPROCESS_POSTPROCESS_INTERNAL_H
+#ifndef POSTPROC_POSTPROCESS_INTERNAL_H
+#define POSTPROC_POSTPROCESS_INTERNAL_H
 
 #include <string.h>
 #include "libavutil/avutil.h"
@@ -175,4 +175,4 @@
     }
 }
 
-#endif /* POSTPROCESS_POSTPROCESS_INTERNAL_H */
+#endif /* POSTPROC_POSTPROCESS_INTERNAL_H */