shithub: libvpx

Download patch

ref: d058d41e87f2bc80beeca08a83fa9c30f01e42ac
parent: c36a4d8d8ea1489f229942bcdd004aba14a459fe
author: Jerome Jiang <jianj@google.com>
date: Fri May 8 10:22:25 EDT 2020

Fix mac build with vp9 ratectrl interface

Add -std=c++11 for darwin build.

Change-Id: I760d4f7096bc33520c02b2cd7000fed9ac6cdd90

--- a/configure
+++ b/configure
@@ -734,6 +734,7 @@
             # GTestLog must be modified to use Android logging utilities.
         ;;
         *-darwin-*)
+            check_add_cxxflags -std=c++11
             # iOS/ARM builds do not work with gtest. This does not match
             # x86 targets.
         ;;