diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-04 20:31:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-04 20:31:20 +0000 |
commit | 9e5e2a2e63b583fcbbaa8fd600ce0d4d61b91251 (patch) | |
tree | 24645e34f05a5ee12972fc20d566e834d3cf8978 /libpostproc/postprocess.h | |
parent | 1262d638dab8a9502d77862a5abdfe85fc179e3a (diff) | |
download | ffmpeg-9e5e2a2e63b583fcbbaa8fd600ce0d4d61b91251.tar.gz |
Use directory name as multiple inclusion guard prefix.
We do this for all other libraries already.
Originally committed as revision 16990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/postprocess.h')
-rw-r--r-- | libpostproc/postprocess.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index f5e350c457..2789cdf074 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -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 @@ void pp_free_context(pp_context *ppContext); #define PP_PICT_TYPE_QP2 0x00000010 ///< MPEG2 style QScale -#endif /* POSTPROCESS_POSTPROCESS_H */ +#endif /* POSTPROC_POSTPROCESS_H */ |