diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-09-01 20:48:59 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-09-01 20:48:59 +0000 |
commit | 14bc1f24858a8e83a59dd61a88bdd2bc65993e2b (patch) | |
tree | 4266bdbeabacee16a8aaade37e43e93a1f4e66d1 /libavcodec/x86/Makefile | |
parent | 82c76ceee74bdb9ad5365a25e5944619f6097491 (diff) | |
download | ffmpeg-14bc1f24858a8e83a59dd61a88bdd2bc65993e2b.tar.gz |
Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,
still #included in dsputil_mmx.c and is part of DSPContext, and h264dsp_mmx.c,
which represents H264DSPContext and is now compiled on its own.
Originally committed as revision 25018 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/Makefile')
-rw-r--r-- | libavcodec/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile index 236c8632d4..dcfc6950f9 100644 --- a/libavcodec/x86/Makefile +++ b/libavcodec/x86/Makefile @@ -8,6 +8,7 @@ YASM-OBJS-$(CONFIG_FFT) += x86/fft_mmx.o \ $(YASM-OBJS-FFT-yes) YASM-OBJS-$(CONFIG_GPL) += x86/h264_idct_sse2.o \ +MMX-OBJS-$(CONFIG_H264DSP) += x86/h264dsp_mmx.o YASM-OBJS-$(CONFIG_H264DSP) += x86/h264_deblock_sse2.o \ x86/h264_weight_sse2.o \ |