From 57b499c7da02941c1be7875c197b7809c724da84 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 22 Aug 2007 12:41:16 +0000 Subject: Identifiers starting with underscores are reserved. Originally committed as revision 10179 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/dsputil_altivec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/ppc/dsputil_altivec.h') diff --git a/libavcodec/ppc/dsputil_altivec.h b/libavcodec/ppc/dsputil_altivec.h index 218240b6b5..ff5fc68b35 100644 --- a/libavcodec/ppc/dsputil_altivec.h +++ b/libavcodec/ppc/dsputil_altivec.h @@ -20,8 +20,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _DSPUTIL_ALTIVEC_ -#define _DSPUTIL_ALTIVEC_ +#ifndef DSPUTIL_ALTIVEC_H +#define DSPUTIL_ALTIVEC_H #include "dsputil_ppc.h" @@ -114,4 +114,4 @@ static inline vector unsigned char unaligned_load(int offset, uint8_t *src) #endif /* HAVE_ALTIVEC */ -#endif /* _DSPUTIL_ALTIVEC_ */ +#endif /* DSPUTIL_ALTIVEC_H */ -- cgit v1.2.3