[x264-devel] commit: more consistent include name (in line with other PPC includes) ( Guillaume Poirier )
git version control
git at videolan.org
Thu Apr 24 14:45:42 CEST 2008
x264 | branch: master | Guillaume Poirier <gpoirier at mplayerhq.hu> | Thu Apr 24 14:46:11 2008 +0200| [ee95c7fb74179d78ebf6c0fbb71af58b3ab341b6]
more consistent include name (in line with other PPC includes)
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=ee95c7fb74179d78ebf6c0fbb71af58b3ab341b6
---
common/ppc/predict.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/common/ppc/predict.h b/common/ppc/predict.h
index 9a62ac8..2855a71 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 */
More information about the x264-devel
mailing list