Index: source/libvpx/test/resize_util.sh |
=================================================================== |
--- source/libvpx/test/resize_util.sh (revision 282873) |
+++ source/libvpx/test/resize_util.sh (working copy) |
@@ -38,7 +38,7 @@ |
return 1 |
fi |
- eval "${resizer}" "${YUV_RAW_INPUT}" \ |
+ eval "${VPX_TEST_PREFIX}" "${resizer}" "${YUV_RAW_INPUT}" \ |
"${YUV_RAW_INPUT_WIDTH}x${YUV_RAW_INPUT_HEIGHT}" \ |
"${target_dimensions}" "${output_file}" ${frames_to_resize} \ |
${devnull} |