diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-10-18 09:30:33 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-10-18 09:30:33 +0000 |
commit | 39c70be189ce4c5a79e5a09cb03a8cc5c72616e7 (patch) | |
tree | c3a5c3d04a51f1b98ff1bd48be57ad73bfdacc65 /libswscale/swscale.h | |
parent | 880de6b0befad26a9557fcee679fee780e3dd7e3 (diff) | |
download | ffmpeg-39c70be189ce4c5a79e5a09cb03a8cc5c72616e7.tar.gz |
Add FFMPEG_ prefix to all multiple inclusion guards.
Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r-- | libswscale/swscale.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ |