[FFmpeg-cvslog] fate: h264: Add dependencies

Diego Biurrun git at videolan.org
Thu Nov 29 14:21:13 CET 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Nov 28 17:53:47 2012 +0100| [e4d349b4014ee2a03f521027e0bd1ace4a9e60bd] | committer: Diego Biurrun

fate: h264: Add dependencies

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e4d349b4014ee2a03f521027e0bd1ace4a9e60bd
---

 tests/fate/h264.mak |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak
index 8f27995..cc8d03a 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



More information about the ffmpeg-cvslog mailing list