shithub: libvpx

Download patch

ref: 5e4d2548cf6ea5fbd5a7693f2fca970a876b6f62
parent: ac00db794878c03c54c8b91577ebb41a9c7723ea
parent: c7072ae2f4f3478a2f62811979540a94b32ec431
author: James Zern <jzern@google.com>
date: Thu Oct 6 21:53:40 EDT 2016

Merge "Fix build failure in libvpx_example_test-multi-target."

--- a/test/vpx_temporal_svc_encoder.sh
+++ b/test/vpx_temporal_svc_encoder.sh
@@ -40,6 +40,7 @@
   local timebase_den="1000"
   local speed="6"
   local frame_drop_thresh="30"
+  local threads="1"
 
   shift 2
 
@@ -51,7 +52,7 @@
   eval "${VPX_TEST_PREFIX}" "${encoder}" "${YUV_RAW_INPUT}" "${output_file}" \
       "${codec}" "${YUV_RAW_INPUT_WIDTH}" "${YUV_RAW_INPUT_HEIGHT}" \
       "${timebase_num}" "${timebase_den}" "${speed}" "${frame_drop_thresh}" \
-      "$@" \
+      "${threads}" "$@" \
       ${devnull}
 }