Mercurial > mplayer.hg
changeset 24772:fff1db0add79
Add FFMPEG_ prefix to all multiple inclusion guards.
author | diego |
---|---|
date | Thu, 18 Oct 2007 09:30:33 +0000 |
parents | 14e4e1ca7988 |
children | e2cd504bcd70 |
files | libswscale/rgb2rgb.h libswscale/swscale.h libswscale/swscale_internal.h |
diffstat | 3 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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 <inttypes.h> @@ -143,4 +143,4 @@ void sws_rgb2rgb_init(int flags); -#endif +#endif /* RGB2RGB_INCLUDED */
--- 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 */
--- 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 <altivec.h> @@ -263,4 +263,4 @@ } } -#endif +#endif /* FFMPEG_SWSCALE_INTERNAL_H */