diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-17 13:07:55 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-17 13:07:55 +0200 |
commit | c40a1bd253f673d821a5df2a7a863a1837446123 (patch) | |
tree | 6c65f8b0d5f6ebb3495afcd6af7e01c1802ed988 /tests | |
parent | a708689fdac62540d87b4233315e47be1a52a79d (diff) | |
download | ffmpeg-c40a1bd253f673d821a5df2a7a863a1837446123.tar.gz |
tests/fate/mpeg4: fix samples path
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/mpeg4.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/mpeg4.mak b/tests/fate/mpeg4.mak index 1565247883..f9b94e6d1c 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)) |