]> git.sesse.net Git - x264/commitdiff
more consistent include name (in line with other PPC includes)
authorGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 24 Apr 2008 12:46:11 +0000 (14:46 +0200)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 24 Apr 2008 12:46:11 +0000 (14:46 +0200)
common/ppc/predict.h

index 9a62ac82c1303f9179bbf56fa554d223c7180d66..2855a71fc514f5526c1d65be7d3f2574212b2f2a 100644 (file)
@@ -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 */