Skip to content
Snippets Groups Projects
Commit f910dbcd authored by Ronald S. Bultje's avatar Ronald S. Bultje
Browse files

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

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