[FFmpeg-cvslog] tests/fate/mpeg4: fix samples path
Michael Niedermayer
git at videolan.org
Fri Oct 17 13:13:22 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Oct 17 13:07:55 2014 +0200| [c40a1bd253f673d821a5df2a7a863a1837446123] | committer: Michael Niedermayer
tests/fate/mpeg4: fix samples path
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c40a1bd253f673d821a5df2a7a863a1837446123
---
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