diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-30 23:46:28 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-04-03 19:10:24 +0200 |
commit | b351cbb314164f848adcd0588455e0473542c501 (patch) | |
tree | 3474aec5207442b3aee736ab5a08102edee94ab8 | |
parent | 2cd397d90d702c5aa96cb2e72d245b5cf1a660d2 (diff) | |
download | ffmpeg-b351cbb314164f848adcd0588455e0473542c501.tar.gz |
fate/api: Fix requirements of fate-api-seek
It relies on the fate-lavf-flv test.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | tests/fate/api.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/api.mak b/tests/fate/api.mak index 688fc0f9b3..d2868e57ac 100644 --- a/tests/fate/api.mak +++ b/tests/fate/api.mak @@ -16,7 +16,7 @@ FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, H264, H264) += fate-api-h264-slice fate-api-h264-slice: $(APITESTSDIR)/api-h264-slice-test$(EXESUF) fate-api-h264-slice: CMD = run $(APITESTSDIR)/api-h264-slice-test$(EXESUF) 2 $(TARGET_SAMPLES)/h264/crew_cif.nal -FATE_API_LIBAVFORMAT-$(call DEMDEC, FLV, FLV) += fate-api-seek +FATE_API_LIBAVFORMAT-yes += $(if $(findstring fate-lavf-flv,$(FATE_LAVF_CONTAINER)),fate-api-seek) fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf-flv fate-lavf-flv: KEEP_FILES ?= 1 fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test$(EXESUF) $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720 |