diff postprocess.h @ 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 885c7548fb5e
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 */