mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-20 22:06:59 +00:00
fate: libavutil tests do not require SAMPLES.
This commit is contained in:
parent
b0e7321cf0
commit
68ca49dc72
@ -93,6 +93,7 @@ FATE_SEEK = $(SEEK_TESTS:seek_%=fate-seek-%)
|
||||
FATE = $(FATE_ACODEC) \
|
||||
$(FATE_VCODEC) \
|
||||
$(FATE_LAVF) \
|
||||
$(FATE_LIBAVUTIL) \
|
||||
$(FATE_SEEK) \
|
||||
|
||||
FATE-$(CONFIG_AVFILTER) += $(FATE_LAVFI)
|
||||
|
@ -41,5 +41,4 @@ FATE_LIBAVUTIL += fate-sha
|
||||
fate-sha: libavutil/sha-test$(EXESUF)
|
||||
fate-sha: CMD = run libavutil/sha-test
|
||||
|
||||
FATE_TESTS += $(FATE_LIBAVUTIL)
|
||||
fate-libavutil: $(FATE_LIBAVUTIL)
|
||||
|
Loading…
Reference in New Issue
Block a user