| Index: source/libvpx/test/vp8cx_set_ref.sh
|
| ===================================================================
|
| --- source/libvpx/test/vp8cx_set_ref.sh (revision 282873)
|
| +++ source/libvpx/test/vp8cx_set_ref.sh (working copy)
|
| @@ -39,9 +39,9 @@
|
| return 1
|
| fi
|
|
|
| - eval "${encoder}" "${YUV_RAW_INPUT_WIDTH}" "${YUV_RAW_INPUT_HEIGHT}" \
|
| - "${YUV_RAW_INPUT}" "${output_file}" "${ref_frame_num}" \
|
| - ${devnull}
|
| + eval "${VPX_TEST_PREFIX}" "${encoder}" "${YUV_RAW_INPUT_WIDTH}" \
|
| + "${YUV_RAW_INPUT_HEIGHT}" "${YUV_RAW_INPUT}" "${output_file}" \
|
| + "${ref_frame_num}" ${devnull}
|
|
|
| [ -e "${output_file}" ] || return 1
|
| }
|
|
|