Commit 3249f26f authored by Tom Finegan's avatar Tom Finegan Committed by Gerrit Code Review
Browse files

Merge "vp9_spatial_svc_encoder.sh: Prevent failures when ssvc is unavailable."

Showing with 5 additions and 1 deletion
......@@ -88,4 +88,8 @@ vp9_spatial_svc_tests="vp9_spatial_svc_mode_i
vp9_spatial_svc_mode_ip
vp9_spatial_svc_mode_gf"
run_tests vp9_spatial_svc_encoder_verify_environment "${vp9_spatial_svc_tests}"
if [ "$(vpx_config_option_enabled CONFIG_SPATIAL_SVC)" = "yes" ]; then
run_tests \
vp9_spatial_svc_encoder_verify_environment \
"${vp9_spatial_svc_tests}"
fi
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment