diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-06-03 17:20:30 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-06-12 23:20:05 +0200 |
commit | af10feadc23de2c9c876d4cd86abf3d75813cef1 (patch) | |
tree | 72404269bb87e9c7850afa6d41514f9cdf27b98d /libavcodec/ppc/h264_altivec.c | |
parent | d6251368772a170987387bdc508433c8fcf54cda (diff) | |
download | ffmpeg-af10feadc23de2c9c876d4cd86abf3d75813cef1.tar.gz |
ppc: Rename H.264 optimization template file for consistency.
Diffstat (limited to 'libavcodec/ppc/h264_altivec.c')
-rw-r--r-- | libavcodec/ppc/h264_altivec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ppc/h264_altivec.c b/libavcodec/ppc/h264_altivec.c index 92bfd454a4..05a5c51d38 100644 --- a/libavcodec/ppc/h264_altivec.c +++ b/libavcodec/ppc/h264_altivec.c @@ -39,7 +39,7 @@ #define PREFIX_h264_qpel16_v_lowpass_num altivec_put_h264_qpel16_v_lowpass_num #define PREFIX_h264_qpel16_hv_lowpass_altivec put_h264_qpel16_hv_lowpass_altivec #define PREFIX_h264_qpel16_hv_lowpass_num altivec_put_h264_qpel16_hv_lowpass_num -#include "h264_template_altivec.c" +#include "h264_altivec_template.c" #undef OP_U8_ALTIVEC #undef PREFIX_h264_chroma_mc8_altivec #undef PREFIX_h264_chroma_mc8_num @@ -59,7 +59,7 @@ #define PREFIX_h264_qpel16_v_lowpass_num altivec_avg_h264_qpel16_v_lowpass_num #define PREFIX_h264_qpel16_hv_lowpass_altivec avg_h264_qpel16_hv_lowpass_altivec #define PREFIX_h264_qpel16_hv_lowpass_num altivec_avg_h264_qpel16_hv_lowpass_num -#include "h264_template_altivec.c" +#include "h264_altivec_template.c" #undef OP_U8_ALTIVEC #undef PREFIX_h264_chroma_mc8_altivec #undef PREFIX_h264_chroma_mc8_num |