Commit 8bde7da1 authored by diego's avatar diego

Only build the imgresample test if the old scaler was enabled.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15941 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9533b8a2
...@@ -489,7 +489,8 @@ OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \ ...@@ -489,7 +489,8 @@ OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \
sparc/simple_idct_vis.o \ sparc/simple_idct_vis.o \
TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow) TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 rangecoder snow)
TESTS-$(CONFIG_OLDSCALER) += imgresample$(EXESUF)
TESTS-$(ARCH_X86) += i386/cpuid-test$(EXESUF) motion-test$(EXESUF) TESTS-$(ARCH_X86) += i386/cpuid-test$(EXESUF) motion-test$(EXESUF)
CLEANFILES = apiexample$(EXESUF) CLEANFILES = apiexample$(EXESUF)
......
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