Commit 18e670d9 authored by diego's avatar diego

Also remove cpuid_test on clean.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6542 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 161568b5
...@@ -374,14 +374,14 @@ ifeq ($(BUILD_SHARED),yes) ...@@ -374,14 +374,14 @@ ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(LAVCVERSION) LIBVERSION=$(LAVCVERSION)
LIBMAJOR=$(LAVCMAJOR) LIBMAJOR=$(LAVCMAJOR)
endif endif
TESTS= imgresample-test dct-test motion-test fft-test TESTS= cpuid_test imgresample-test dct-test motion-test fft-test
include $(SRC_PATH)/common.mak include $(SRC_PATH)/common.mak
amrlibs: amrlibs:
$(MAKE) -C amr spclib fipoplib $(MAKE) -C amr spclib fipoplib
tests: apiexample cpuid_test $(TESTS) tests: apiexample $(TESTS)
clean:: clean::
rm -f \ rm -f \
......
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