diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-08-08 01:49:46 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-08-28 18:37:33 +0200 |
commit | efbd04c332e90e26fa756309f5c2acfcaf3bc50b (patch) | |
tree | 0ae8ddb2b4d27abf63e885c15b788e945e0c4c77 /libavcodec | |
parent | 06b5246c845b4342ad1c5eaad6b2f18004d9223c (diff) | |
download | ffmpeg-efbd04c332e90e26fa756309f5c2acfcaf3bc50b.tar.gz |
x86: avcodec: Drop silly "_sse" suffixes from filenames
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/x86/Makefile | 4 | ||||
-rw-r--r-- | libavcodec/x86/dct32.asm (renamed from libavcodec/x86/dct32_sse.asm) | 0 | ||||
-rw-r--r-- | libavcodec/x86/imdct36.asm (renamed from libavcodec/x86/imdct36_sse.asm) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index a1b259ef84..8582e9ceae 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_DCT) += x86/dct32.o YASM-OBJS-$(CONFIG_ENCODERS) += x86/dsputilenc.o YASM-OBJS-$(CONFIG_FFT) += x86/fft_mmx.o YASM-OBJS-$(CONFIG_H264CHROMA) += x86/h264_chromamc.o \ @@ -50,7 +50,7 @@ YASM-OBJS-$(CONFIG_H264DSP) += x86/h264_deblock.o \ YASM-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred.o \ x86/h264_intrapred_10bit.o YASM-OBJS-$(CONFIG_H264QPEL) += x86/h264_qpel_10bit.o -YASM-OBJS-$(CONFIG_MPEGAUDIODSP) += x86/imdct36_sse.o +YASM-OBJS-$(CONFIG_MPEGAUDIODSP) += x86/imdct36.o YASM-OBJS-$(CONFIG_PNG_DECODER) += x86/pngdsp.o YASM-OBJS-$(CONFIG_PRORES_DECODER) += x86/proresdsp.o YASM-OBJS-$(CONFIG_RV30_DECODER) += x86/rv34dsp.o diff --git a/libavcodec/x86/dct32_sse.asm b/libavcodec/x86/dct32.asm index 9d6169ca66..9d6169ca66 100644 --- a/libavcodec/x86/dct32_sse.asm +++ b/libavcodec/x86/dct32.asm diff --git a/libavcodec/x86/imdct36_sse.asm b/libavcodec/x86/imdct36.asm index 937a2cc416..937a2cc416 100644 --- a/libavcodec/x86/imdct36_sse.asm +++ b/libavcodec/x86/imdct36.asm |