Commit f910dbcd authored by Ronald S. Bultje's avatar Ronald S. Bultje

swscale: add MMX files to MMX-OBJS instead of OBJS.

parent 400ba1d7
......@@ -17,7 +17,7 @@ OBJS-$(HAVE_MMX) += x86/rgb2rgb.o \
x86/swscale_mmx.o \
x86/yuv2rgb_mmx.o
OBJS-$(HAVE_VIS) += sparc/yuv2rgb_vis.o
OBJS-$(HAVE_YASM) += x86/scale.o
MMX-OBJS-$(HAVE_YASM) += x86/scale.o
TESTPROGS = colorspace swscale
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment