shithub: libvpx

Download patch

ref: 3249f26ff85e2bfe148167ce80df53643a89a2d2
parent: d6f3d7bdbbcdc9fb1a7f2751b159ab314420fed0
parent: 166b62346b5c43edcde01bf69ef4104bfc4cdf59
author: Tom Finegan <[email protected]>
date: Wed Jul 30 17:07:43 EDT 2014

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

--- a/test/vp9_spatial_svc_encoder.sh
+++ b/test/vp9_spatial_svc_encoder.sh
@@ -88,4 +88,8 @@
                        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