summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-17 13:07:55 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-17 13:07:55 +0200
commitc40a1bd253f673d821a5df2a7a863a1837446123 (patch)
tree6c65f8b0d5f6ebb3495afcd6af7e01c1802ed988 /tests
parenta708689fdac62540d87b4233315e47be1a52a79d (diff)
tests/fate/mpeg4: fix samples path
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/mpeg4.mak2
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))