[FFmpeg-cvslog] x86: Drop silly "_yasm" suffixes from filenames
Diego Biurrun
git at videolan.org
Mon Aug 13 14:49:42 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Aug 8 00:35:43 2012 +0200| [3b9e832e17c3956082e589433fb0e08092cb291e] | committer: Diego Biurrun
x86: Drop silly "_yasm" suffixes from filenames
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b9e832e17c3956082e589433fb0e08092cb291e
---
libavcodec/x86/Makefile | 6 +++---
libavcodec/x86/{dsputil_yasm.asm => dsputil.asm} | 0
libavcodec/x86/{dsputilenc_yasm.asm => dsputilenc.asm} | 0
libavcodec/x86/{vc1dsp_yasm.asm => vc1dsp.asm} | 0
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index eb82ef5..57e73d8 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -36,7 +36,7 @@ MMX-OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp-init.o
YASM-OBJS-$(CONFIG_AAC_DECODER) += x86/sbrdsp.o
YASM-OBJS-$(CONFIG_AC3DSP) += x86/ac3dsp.o
YASM-OBJS-$(CONFIG_DCT) += x86/dct32_sse.o
-YASM-OBJS-$(CONFIG_ENCODERS) += x86/dsputilenc_yasm.o
+YASM-OBJS-$(CONFIG_ENCODERS) += x86/dsputilenc.o
YASM-OBJS-$(CONFIG_FFT) += x86/fft_mmx.o \
$(YASM-OBJS-FFT-yes)
YASM-OBJS-$(CONFIG_H264CHROMA) += x86/h264_chromamc.o \
@@ -56,11 +56,11 @@ YASM-OBJS-$(CONFIG_PRORES_DECODER) += x86/proresdsp.o
YASM-OBJS-$(CONFIG_RV30_DECODER) += x86/rv34dsp.o
YASM-OBJS-$(CONFIG_RV40_DECODER) += x86/rv34dsp.o \
x86/rv40dsp.o
-YASM-OBJS-$(CONFIG_VC1_DECODER) += x86/vc1dsp_yasm.o
+YASM-OBJS-$(CONFIG_VC1_DECODER) += x86/vc1dsp.o
YASM-OBJS-$(CONFIG_VP3DSP) += x86/vp3dsp.o
YASM-OBJS-$(CONFIG_VP6_DECODER) += x86/vp56dsp.o
YASM-OBJS-$(CONFIG_VP8_DECODER) += x86/vp8dsp.o
-YASM-OBJS += x86/dsputil_yasm.o \
+YASM-OBJS += x86/dsputil.o \
x86/deinterlace.o \
x86/fmtconvert.o \
diff --git a/libavcodec/x86/dsputil_yasm.asm b/libavcodec/x86/dsputil.asm
similarity index 100%
rename from libavcodec/x86/dsputil_yasm.asm
rename to libavcodec/x86/dsputil.asm
diff --git a/libavcodec/x86/dsputilenc_yasm.asm b/libavcodec/x86/dsputilenc.asm
similarity index 100%
rename from libavcodec/x86/dsputilenc_yasm.asm
rename to libavcodec/x86/dsputilenc.asm
diff --git a/libavcodec/x86/vc1dsp_yasm.asm b/libavcodec/x86/vc1dsp.asm
similarity index 100%
rename from libavcodec/x86/vc1dsp_yasm.asm
rename to libavcodec/x86/vc1dsp.asm
More information about the ffmpeg-cvslog
mailing list