From d058d41e87f2bc80beeca08a83fa9c30f01e42ac Mon Sep 17 00:00:00 2001 From: Jerome Jiang Date: Fri, 8 May 2020 14:22:25 -0700 Subject: [PATCH] Fix mac build with vp9 ratectrl interface Add -std=c++11 for darwin build. Change-Id: I760d4f7096bc33520c02b2cd7000fed9ac6cdd90 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 41c3c6fca..32272ce36 100755 --- a/configure +++ b/configure @@ -734,6 +734,7 @@ process_toolchain() { # 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. ;; -- 2.50.1