aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-08-27 02:58:07 +0200
committerDiego Biurrun <diego@biurrun.de>2014-08-27 04:54:05 -0700
commitdcb7c868ec7af7d3a138b3254ef2e08f074d8ec5 (patch)
treeb52731e876c8a94fd631f12272b19945cdc35fc0 /libavcodec/x86/Makefile
parent1f156af4274dc72d588620f6bedb4e9e66023c92 (diff)
downloadffmpeg-dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5.tar.gz
cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r--libavcodec/x86/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index d06c5a12b2..3cec000e1d 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -66,8 +66,8 @@ MMX-OBJS-$(CONFIG_IDCTDSP) += x86/idctdsp_mmx.o \
MMX-OBJS-$(CONFIG_QPELDSP) += x86/fpel_mmx.o
# decoders/encoders
-MMX-OBJS-$(CONFIG_MPEG4_DECODER) += x86/idct_mmx_xvid.o \
- x86/idct_sse2_xvid.o
+MMX-OBJS-$(CONFIG_MPEG4_DECODER) += x86/xvididct_mmx.o \
+ x86/xvididct_sse2.o
MMX-OBJS-$(CONFIG_VC1_DECODER) += x86/vc1dsp_mmx.o