[FFmpeg-cvslog] fate/api: add missing FLV dependency to fate-api-seek
Clément Bœsch
git at videolan.org
Wed Mar 2 13:55:14 CET 2016
ffmpeg | branch: master | Clément Bœsch <clement at stupeflix.com> | Wed Mar 2 13:51:50 2016 +0100| [24a189e01647bf78181561c29addcd4f26165ac5] | committer: Clément Bœsch
fate/api: add missing FLV dependency to fate-api-seek
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=24a189e01647bf78181561c29addcd4f26165ac5
---
tests/fate/api.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/api.mak b/tests/fate/api.mak
index 2ebc531..266f6f9 100644
--- a/tests/fate/api.mak
+++ b/tests/fate/api.mak
@@ -14,7 +14,7 @@ FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, H264, H264) += fate-api-h264
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-yes += fate-api-seek
+FATE_API_LIBAVFORMAT-$(call DEMDEC, FLV, FLV) += fate-api-seek
fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf
fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720
fate-api-seek: CMP = null
More information about the ffmpeg-cvslog
mailing list