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_internal.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_internal.h')
-rw-r--r-- | libpostproc/postprocess_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h index 3b39874169..2ab1ed84db 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -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 @@ static inline void linecpy(void *dest, const void *src, int lines, int stride) { } } -#endif /* POSTPROCESS_POSTPROCESS_INTERNAL_H */ +#endif /* POSTPROC_POSTPROCESS_INTERNAL_H */ |