diff options
author | James Almer <jamrial@gmail.com> | 2016-11-12 20:09:00 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-11-12 20:09:00 -0300 |
commit | f6f1fc2db1b5fcd73e32a061e49fe9cd3f18b1d2 (patch) | |
tree | 6187310364e16beae810ca73eab40e4663a63680 /tests | |
parent | c0dc9df2cc6321155e8a7a2a6c66be54746e5c13 (diff) | |
download | ffmpeg-f6f1fc2db1b5fcd73e32a061e49fe9cd3f18b1d2.tar.gz |
fate: fix fate-api dependencies
No need to run the whole fate-lavf set. fate-lavf-flv_fmt is enough to
create the required source file.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-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 266f6f9f59..ccf080857c 100644 --- a/tests/fate/api.mak +++ b/tests/fate/api.mak @@ -15,7 +15,7 @@ fate-api-h264: $(APITESTSDIR)/api-h264-test$(EXESUF) fate-api-h264: CMD = run $(APITESTSDIR)/api-h264-test $(TARGET_SAMPLES)/h264-conformance/SVA_NL2_E.264 FATE_API_LIBAVFORMAT-$(call DEMDEC, FLV, FLV) += fate-api-seek -fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf +fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf-flv_fmt fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720 fate-api-seek: CMP = null fate-api-seek: REF = /dev/null |