]> git.sesse.net Git - ffmpeg/commitdiff
Clean up:make dsputil subfile names consistent
authorLuca Barbato <lu_zero@gentoo.org>
Sun, 13 Aug 2006 08:26:43 +0000 (08:26 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 13 Aug 2006 08:26:43 +0000 (08:26 +0000)
Originally committed as revision 5993 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile
libavcodec/ppc/h264_altivec.c [moved from libavcodec/ppc/dsputil_h264_altivec.c with 99% similarity]
libavcodec/ppc/h264_template_altivec.c [moved from libavcodec/ppc/dsputil_h264_template_altivec.c with 100% similarity]
libavcodec/ppc/snow_altivec.c [moved from libavcodec/ppc/dsputil_snow_altivec.c with 100% similarity]

index 38781f70a350d4bb837dab3dccef5092617670b4..f1c5c032f0bcdc666270e5979a0e139ce6af7038 100644 (file)
@@ -349,8 +349,8 @@ OBJS-$(TARGET_ALTIVEC)                 += ppc/dsputil_altivec.o      \
                                           ppc/fft_altivec.o          \
                                           ppc/gmc_altivec.o          \
                                           ppc/fdct_altivec.o         \
-                                          ppc/dsputil_h264_altivec.o \
-                                          ppc/dsputil_snow_altivec.o \
+                                          ppc/h264_altivec.o        \
+                                          ppc/snow_altivec.o        \
                                           ppc/vc1dsp_altivec.o
 
 CFLAGS += $(CFLAGS-yes)
similarity index 99%
rename from libavcodec/ppc/dsputil_h264_altivec.c
rename to libavcodec/ppc/h264_altivec.c
index b7d4ec3223a3c2b655eb11ace648c9b560cbcaaa..87fa6af3f9e0f34d21e2959a71443ab2b4791002 100644 (file)
@@ -34,7 +34,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 "dsputil_h264_template_altivec.c"
+#include "h264_template_altivec.c"
 #undef OP_U8_ALTIVEC
 #undef PREFIX_h264_chroma_mc8_altivec
 #undef PREFIX_h264_chroma_mc8_num
@@ -54,7 +54,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 "dsputil_h264_template_altivec.c"
+#include "h264_template_altivec.c"
 #undef OP_U8_ALTIVEC
 #undef PREFIX_h264_chroma_mc8_altivec
 #undef PREFIX_h264_chroma_mc8_num