# HG changeset patch # User stefano # Date 1220168531 0 # Node ID 239a049163eb5c7ac28322ae377c7b352f9c0fce # Parent ea01824701a5933896955b38b31f778616b800f0 Change header inclusion guard names in line with FFmpeg r15120. diff -r ea01824701a5 -r 239a049163eb libswscale/rgb2rgb.h --- a/libswscale/rgb2rgb.h Sat Aug 30 12:22:21 2008 +0000 +++ b/libswscale/rgb2rgb.h Sun Aug 31 07:42:11 2008 +0000 @@ -23,8 +23,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_RGB2RGB_H -#define FFMPEG_RGB2RGB_H +#ifndef SWSCALE_RGB2RGB_H +#define SWSCALE_RGB2RGB_H #include @@ -139,4 +139,4 @@ void sws_rgb2rgb_init(int flags); -#endif /* FFMPEG_RGB2RGB_H */ +#endif /* SWSCALE_RGB2RGB_H */ diff -r ea01824701a5 -r 239a049163eb libswscale/swscale.h --- a/libswscale/swscale.h Sat Aug 30 12:22:21 2008 +0000 +++ b/libswscale/swscale.h Sun Aug 31 07:42:11 2008 +0000 @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_SWSCALE_H -#define FFMPEG_SWSCALE_H +#ifndef SWSCALE_SWSCALE_H +#define SWSCALE_SWSCALE_H /** * @file swscale.h @@ -148,4 +148,4 @@ int dstW, int dstH, int dstFormat, int flags, SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); -#endif /* FFMPEG_SWSCALE_H */ +#endif /* SWSCALE_SWSCALE_H */ diff -r ea01824701a5 -r 239a049163eb libswscale/swscale_internal.h --- a/libswscale/swscale_internal.h Sat Aug 30 12:22:21 2008 +0000 +++ b/libswscale/swscale_internal.h Sun Aug 31 07:42:11 2008 +0000 @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_SWSCALE_INTERNAL_H -#define FFMPEG_SWSCALE_INTERNAL_H +#ifndef SWSCALE_SWSCALE_INTERNAL_H +#define SWSCALE_SWSCALE_INTERNAL_H #include "config.h" @@ -280,4 +280,4 @@ extern const AVClass sws_context_class; -#endif /* FFMPEG_SWSCALE_INTERNAL_H */ +#endif /* SWSCALE_SWSCALE_INTERNAL_H */