[FFmpeg-cvslog] fate: fix utvideoenc tests

Mans Rullgard git at videolan.org
Mon Aug 20 19:59:22 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Mon Aug 20 14:58:02 2012 +0100| [67308bd66b7413fb05828976569b5f509846c6c9] | committer: Michael Niedermayer

fate: fix utvideoenc tests

For some reason, the prerequisites have to be specified like this.
Make works in mysterious ways.

Signed-off-by: Mans Rullgard <mans at mansr.com>

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

 tests/fate/utvideo.mak |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/fate/utvideo.mak b/tests/fate/utvideo.mak
index 991072e..4d56e02 100644
--- a/tests/fate/utvideo.mak
+++ b/tests/fate/utvideo.mak
@@ -26,7 +26,6 @@ FATE_SAMPLES_AVCONV += $(FATE_UTVIDEO)
 fate-utvideo: $(FATE_UTVIDEO)
 
 fate-utvideoenc%: CMD = framemd5 -f image2 -vcodec pgmyuv -i $(TARGET_PATH)/tests/vsynth1/%02d.pgm -vcodec utvideo -f avi ${OPTS}
-fate-utvideoenc%: tests/vsynth1/00.pgm
 
 FATE_UTVIDEOENC += fate-utvideoenc_rgba_none
 fate-utvideoenc_rgba_none: OPTS = -pix_fmt rgba -pred 3
@@ -64,5 +63,7 @@ fate-utvideoenc_yuv422_left: OPTS = -pix_fmt yuv422p -pred left
 FATE_UTVIDEOENC += fate-utvideoenc_yuv422_median
 fate-utvideoenc_yuv422_median: OPTS = -pix_fmt yuv422p -pred median
 
+$(FATE_UTVIDEOENC): tests/vsynth1/00.pgm
+
 FATE_AVCONV += $(FATE_UTVIDEOENC)
 fate-utvideoenc: $(FATE_UTVIDEOENC)



More information about the ffmpeg-cvslog mailing list