mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Also remove cpuid_test on clean.
Originally committed as revision 6542 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f901d78e01
commit
93555ad500
@ -374,14 +374,14 @@ ifeq ($(BUILD_SHARED),yes)
|
||||
LIBVERSION=$(LAVCVERSION)
|
||||
LIBMAJOR=$(LAVCMAJOR)
|
||||
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
|
||||
|
||||
amrlibs:
|
||||
$(MAKE) -C amr spclib fipoplib
|
||||
|
||||
tests: apiexample cpuid_test $(TESTS)
|
||||
tests: apiexample $(TESTS)
|
||||
|
||||
clean::
|
||||
rm -f \
|
||||
|
Loading…
Reference in New Issue
Block a user