[FFmpeg-cvslog] x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabled

Diego Biurrun git at videolan.org
Mon May 6 20:58:29 CEST 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon May  6 01:01:05 2013 +0200| [dc1b328d0df6e5ad5ff0ca4ae031e08466624f9c] | committer: Diego Biurrun

x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabled

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc1b328d0df6e5ad5ff0ca4ae031e08466624f9c
---

 libavcodec/x86/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 30b8eff..f3dbb4c 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -10,8 +10,7 @@ OBJS-$(CONFIG_H264CHROMA)              += x86/h264chroma_init.o
 OBJS-$(CONFIG_H264DSP)                 += x86/h264dsp_init.o
 OBJS-$(CONFIG_H264PRED)                += x86/h264_intrapred_init.o
 OBJS-$(CONFIG_H264QPEL)                += x86/h264_qpel.o
-OBJS-$(CONFIG_HPELDSP)                 += x86/fpel_mmx.o                \
-                                          x86/hpeldsp_init.o
+OBJS-$(CONFIG_HPELDSP)                 += x86/hpeldsp_init.o
 OBJS-$(CONFIG_LPC)                     += x86/lpc.o
 OBJS-$(CONFIG_MLP_DECODER)             += x86/mlpdsp.o
 OBJS-$(CONFIG_MPEGAUDIODSP)            += x86/mpegaudiodsp.o
@@ -41,6 +40,7 @@ MMX-OBJS-$(CONFIG_DSPUTIL)             += x86/dsputil_mmx.o             \
 
 MMX-OBJS-$(CONFIG_ENCODERS)            += x86/dsputilenc_mmx.o          \
                                           x86/motion_est.o
+MMX-OBJS-$(CONFIG_HPELDSP)             += x86/fpel_mmx.o
 MMX-OBJS-$(CONFIG_VC1_DECODER)         += x86/vc1dsp_mmx.o
 
 YASM-OBJS-$(CONFIG_AAC_DECODER)        += x86/sbrdsp.o



More information about the ffmpeg-cvslog mailing list