summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-18 09:30:33 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-18 09:30:33 +0000
commit39c70be189ce4c5a79e5a09cb03a8cc5c72616e7 (patch)
treec3a5c3d04a51f1b98ff1bd48be57ad73bfdacc65 /libswscale/swscale_internal.h
parent880de6b0befad26a9557fcee679fee780e3dd7e3 (diff)
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_internal.h')
-rw-r--r--libswscale/swscale_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index b5d4ed7a50..2c172e7889 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -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 @@ static inline int fmt_depth(int fmt)
}
}
-#endif
+#endif /* FFMPEG_SWSCALE_INTERNAL_H */