shithub: libvpx

Download patch

ref: 77960f37b3d328cf7552f6cd69a083f4005aed7b
parent: 2d0f3b23a908bb54dbeddf6d1dcc666600470e2e
parent: d058d41e87f2bc80beeca08a83fa9c30f01e42ac
author: Jerome Jiang <jianj@google.com>
date: Fri May 8 21:46:42 EDT 2020

Merge "Fix mac build with vp9 ratectrl interface"

--- 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.
         ;;