[FFmpeg-cvslog] fate-mpeg4: use TARGET_SAMPLES for resize tests
Janne Grunau
git at videolan.org
Tue Oct 21 21:56:38 CEST 2014
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Tue Oct 21 09:56:23 2014 +0200| [04d8af5f17961b9b7076b8c974e360feb08787c2] | committer: Janne Grunau
fate-mpeg4: use TARGET_SAMPLES for resize tests
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04d8af5f17961b9b7076b8c974e360feb08787c2
---
tests/fate/mpeg4.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/mpeg4.mak b/tests/fate/mpeg4.mak
index 1565247..f9b94e6 100644
--- a/tests/fate/mpeg4.mak
+++ b/tests/fate/mpeg4.mak
@@ -1,7 +1,7 @@
MPEG4_RESOLUTION_CHANGE = down-down down-up up-down up-up
-fate-mpeg4-resolution-change-%: CMD = framemd5 -flags +bitexact -idct simple -i $(SAMPLES)/mpeg4/resize_$(@:fate-mpeg4-resolution-change-%=%).h263
+fate-mpeg4-resolution-change-%: CMD = framemd5 -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg4/resize_$(@:fate-mpeg4-resolution-change-%=%).h263
FATE_MPEG4-$(call DEMDEC, H263, H263) := $(addprefix fate-mpeg4-resolution-change-, $(MPEG4_RESOLUTION_CHANGE))
More information about the ffmpeg-cvslog
mailing list