# HG changeset patch # User diego # Date 1233779480 0 # Node ID 674bd232c0e18a73c9a87f0080ceb3f495b5abc0 # Parent 1500ae6cf66c386237a64ef1b3e159b13086e5a3 Use directory name as multiple inclusion guard prefix. We do this for all other libraries already. diff -r 1500ae6cf66c -r 674bd232c0e1 postprocess.h --- 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 */ diff -r 1500ae6cf66c -r 674bd232c0e1 postprocess_internal.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 #include "libavutil/avutil.h" @@ -175,4 +175,4 @@ } } -#endif /* POSTPROCESS_POSTPROCESS_INTERNAL_H */ +#endif /* POSTPROC_POSTPROCESS_INTERNAL_H */