Index: source/libvpx/test/decode_with_drops.sh |
=================================================================== |
--- source/libvpx/test/decode_with_drops.sh (revision 282873) |
+++ source/libvpx/test/decode_with_drops.sh (working copy) |
@@ -39,7 +39,8 @@ |
return 1 |
fi |
- eval "${decoder}" "${input_file}" "${output_file}" "${drop_mode}" ${devnull} |
+ eval "${VPX_TEST_PREFIX}" "${decoder}" "${input_file}" "${output_file}" \ |
+ "${drop_mode}" ${devnull} |
[ -e "${output_file}" ] || return 1 |
} |