From: Jerome Jiang Date: Fri, 8 May 2020 21:22:25 +0000 (-0700) Subject: Fix mac build with vp9 ratectrl interface X-Git-Tag: v1.9.0-rc1~20^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d058d41e87f2bc80beeca08a83fa9c30f01e42ac;p=libvpx Fix mac build with vp9 ratectrl interface Add -std=c++11 for darwin build. Change-Id: I760d4f7096bc33520c02b2cd7000fed9ac6cdd90 --- 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. ;;