summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-11-28 17:53:47 +0100
committerDiego Biurrun <diego@biurrun.de>2012-11-28 19:58:21 +0100
commite4d349b4014ee2a03f521027e0bd1ace4a9e60bd (patch)
tree8be4e55977a8ac9e5fcc9b3604ccd1c6bad80042
parentd2f576bd499194dd2607c9407fcb8ffdc7953f75 (diff)
fate: h264: Add dependencies
-rw-r--r--tests/fate/h264.mak10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak
index 8f27995f4f..cc8d03a367 100644
--- a/tests/fate/h264.mak
+++ b/tests/fate/h264.mak
@@ -172,13 +172,15 @@ FATE_H264 = aud_mw_e \
sva_nl2_e \
FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) \
- fate-h264-interlace-crop \
fate-h264-lossless \
fate-h264-extreme-plane-pred \
- fate-h264-bsf-mp4toannexb \
-FATE_SAMPLES_AVCONV += $(FATE_H264)
-fate-h264: $(FATE_H264)
+FATE_H264-$(call DEMDEC, H264, H264) += $(FATE_H264)
+FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-interlace-crop
+FATE_H264-$(call ALLYES, MOV_DEMUXER H264_MP4TOANNEXB_BSF) += fate-h264-bsf-mp4toannexb
+
+FATE_SAMPLES_AVCONV += $(FATE_H264-yes)
+fate-h264: $(FATE_H264-yes)
fate-h264-conformance-aud_mw_e: CMD = framecrc -i $(SAMPLES)/h264-conformance/AUD_MW_E.264
fate-h264-conformance-ba1_ft_c: CMD = framecrc -i $(SAMPLES)/h264-conformance/BA1_FT_C.264