# HG changeset patch # User diego # Date 1192699833 0 # Node ID fff1db0add79cb6a07f238b114981a66c3d5ee5f # Parent 14e4e1ca798810ab2a4b3811c60e43b4aca740c5 Add FFMPEG_ prefix to all multiple inclusion guards. diff -r 14e4e1ca7988 -r fff1db0add79 libswscale/rgb2rgb.h --- a/libswscale/rgb2rgb.h Wed Oct 17 14:06:44 2007 +0000 +++ b/libswscale/rgb2rgb.h Thu Oct 18 09:30:33 2007 +0000 @@ -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 @@ void sws_rgb2rgb_init(int flags); -#endif +#endif /* RGB2RGB_INCLUDED */ diff -r 14e4e1ca7988 -r fff1db0add79 libswscale/swscale.h --- a/libswscale/swscale.h Wed Oct 17 14:06:44 2007 +0000 +++ b/libswscale/swscale.h Thu Oct 18 09:30:33 2007 +0000 @@ -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 @@ int dstW, int dstH, int dstFormat, int flags, SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); -#endif +#endif /* FFMPEG_SWSCALE_H */ diff -r 14e4e1ca7988 -r fff1db0add79 libswscale/swscale_internal.h --- a/libswscale/swscale_internal.h Wed Oct 17 14:06:44 2007 +0000 +++ b/libswscale/swscale_internal.h Thu Oct 18 09:30:33 2007 +0000 @@ -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 @@ } } -#endif +#endif /* FFMPEG_SWSCALE_INTERNAL_H */