Mercurial > libavcodec.hg
diff x86/Makefile @ 12450:3941687b4fa9 libavcodec
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.
author | rbultje |
---|---|
date | Wed, 01 Sep 2010 20:48:59 +0000 |
parents | e178bb935b14 |
children | 4c3e6ff1237e |
line wrap: on
line diff
--- a/x86/Makefile Wed Sep 01 10:26:28 2010 +0000 +++ b/x86/Makefile Wed Sep 01 20:48:59 2010 +0000 @@ -8,6 +8,7 @@ $(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 \