Skip to content
Snippets Groups Projects
Commit c7594e07 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Only build motion-test if MMX is enabled.

Originally committed as revision 18069 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 578f90a8
No related merge requests found
......@@ -525,7 +525,8 @@ OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \
TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 rangecoder snow)
TESTS-$(ARCH_X86) += x86/cpuid-test$(EXESUF) motion-test$(EXESUF)
TESTS-$(ARCH_X86) += x86/cpuid-test$(EXESUF)
TESTS-$(HAVE_MMX) += motion-test$(EXESUF)
CLEANFILES = apiexample$(EXESUF)
DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86
......
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