[FFmpeg-cvslog] fate: dpcm: Add dependencies

Diego Biurrun git at videolan.org
Fri Dec 7 15:27:01 CET 2012


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

fate: dpcm: Add dependencies

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

 tests/fate/dpcm.mak |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/fate/dpcm.mak b/tests/fate/dpcm.mak
index 14e77a2..abc25ed 100644
--- a/tests/fate/dpcm.mak
+++ b/tests/fate/dpcm.mak
@@ -1,14 +1,14 @@
-FATE_DPCM += fate-dpcm-idroq
+FATE_DPCM-$(call DEMDEC, ROQ, ROQ_DPCM) += fate-dpcm-idroq
 fate-dpcm-idroq: CMD = framecrc -i $(SAMPLES)/idroq/idlogo.roq -vn
 
-FATE_DPCM += fate-dpcm-interplay
+FATE_DPCM-$(call DEMDEC, IPMOVIE, INTERPLAY_DPCM) += fate-dpcm-interplay
 fate-dpcm-interplay: CMD = framecrc -i $(SAMPLES)/interplay-mve/interplay-logo-2MB.mve -vn
 
-FATE_DPCM += fate-dpcm-sierra
+FATE_DPCM-$(call DEMDEC, SOL, SOL_DPCM) += fate-dpcm-sierra
 fate-dpcm-sierra: CMD = md5 -i $(SAMPLES)/sol/lsl7sample.sol -f s16le
 
-FATE_DPCM += fate-dpcm-xan
+FATE_DPCM-$(call DEMDEC, AVI, XAN_DPCM) += fate-dpcm-xan
 fate-dpcm-xan: CMD = md5 -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le
 
-FATE_SAMPLES_AVCONV += $(FATE_DPCM)
-fate-dpcm: $(FATE_DPCM)
+FATE_SAMPLES_AVCONV += $(FATE_DPCM-yes)
+fate-dpcm: $(FATE_DPCM-yes)



More information about the ffmpeg-cvslog mailing list