From 0eaf52354861995b646b6c261be2270fcec380df Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 31 Aug 2008 07:42:11 +0000 Subject: Change headers' guardnames consistently with r15120. Originally committed as revision 27499 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libswscale/swscale.h') diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 51ff4685c2..98e9b2ee0e 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 FFMPEG_SWSCALE_H -#define FFMPEG_SWSCALE_H +#ifndef SWSCALE_SWSCALE_H +#define SWSCALE_SWSCALE_H /** * @file swscale.h @@ -148,4 +148,4 @@ struct SwsContext *sws_getCachedContext(struct SwsContext *context, int dstW, int dstH, int dstFormat, int flags, SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); -#endif /* FFMPEG_SWSCALE_H */ +#endif /* SWSCALE_SWSCALE_H */ -- cgit v1.2.3