From 4f29b1485a7c27069ae53184ed7d37bd06f64aa9 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 18 Oct 2007 09:30:33 +0000 Subject: Add FFMPEG_ prefix to all multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24800 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/rgb2rgb.h | 6 +++--- libswscale/swscale.h | 6 +++--- libswscale/swscale_internal.h | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h index c6fab2d8cd..770734d28e 100644 --- a/libswscale/rgb2rgb.h +++ b/libswscale/rgb2rgb.h @@ -23,8 +23,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef RGB2RGB_INCLUDED -#define RGB2RGB_INCLUDED +#ifndef FFMPEG_RGB2RGB_H +#define FFMPEG_RGB2RGB_H #include @@ -143,4 +143,4 @@ extern void (*yvu9_to_yuy2)(const uint8_t *src1, const uint8_t *src2, const uint void sws_rgb2rgb_init(int flags); -#endif +#endif /* RGB2RGB_INCLUDED */ diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 75e66eda57..e91213481e 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef SWSCALE_H -#define SWSCALE_H +#ifndef FFMPEG_SWSCALE_H +#define FFMPEG_SWSCALE_H /** * @file swscale.h @@ -138,4 +138,4 @@ struct SwsContext *sws_getCachedContext(struct SwsContext *context, int dstW, int dstH, int dstFormat, int flags, SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); -#endif +#endif /* FFMPEG_SWSCALE_H */ diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index b5d4ed7a50..2c172e7889 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef SWSCALE_INTERNAL_H -#define SWSCALE_INTERNAL_H +#ifndef FFMPEG_SWSCALE_INTERNAL_H +#define FFMPEG_SWSCALE_INTERNAL_H #ifdef HAVE_ALTIVEC_H #include @@ -263,4 +263,4 @@ static inline int fmt_depth(int fmt) } } -#endif +#endif /* FFMPEG_SWSCALE_INTERNAL_H */ -- cgit v1.2.3