From: Guillaume Poirier Date: Thu, 24 Apr 2008 12:46:11 +0000 (+0200) Subject: more consistent include name (in line with other PPC includes) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a146ee3d8bb003e66ccf908ca83239c693068f48;p=libx264 more consistent include name (in line with other PPC includes) --- diff --git a/common/ppc/predict.h b/common/ppc/predict.h index 9a62ac82..2855a71f 100644 --- a/common/ppc/predict.h +++ b/common/ppc/predict.h @@ -20,9 +20,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ -#ifndef X264_ALTIVEC_PREDICT_H -#define X264_ALTIVEC_PREDICT_H +#ifndef X264_PPC_PREDICT_H +#define X264_PPC_PREDICT_H void x264_predict_16x16_init_altivec ( x264_predict_t pf[7] ); -#endif /* X264_ALTIVEC_PREDICT_H */ +#endif /* X264_PPC_PREDICT_H */