summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2019-06-04 14:45:36 -0700
committerJames Zern <jzern@google.com>2019-06-04 21:57:47 +0000
commitcb704b95e3b00f6a2059441ab50596648458600e (patch)
tree13ad9acad69ddecb26ddc385e0b830a0a819aa20 /build
parent54abc9bade46e1e9532e1e984489bb6abdec74b0 (diff)
downloadlibvpx-cb704b95e3b00f6a2059441ab50596648458600e.tar
libvpx-cb704b95e3b00f6a2059441ab50596648458600e.tar.gz
libvpx-cb704b95e3b00f6a2059441ab50596648458600e.tar.bz2
libvpx-cb704b95e3b00f6a2059441ab50596648458600e.zip
configure: test -Wno-* flags used with libyuv
with g++ this avoids: command line option ‘-Wno-missing-prototypes’ is valid for C/ObjC but not for C++ the flag is necessary with clang. BUG=webm:1584 Change-Id: I250c76483302d913999e5f9e0d09ee6449b052df
Diffstat (limited to 'build')
-rw-r--r--build/make/configure.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 8f2928a9d..e95035350 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -507,6 +507,7 @@ AS_SFX = ${AS_SFX:-.asm}
EXE_SFX = ${EXE_SFX}
VCPROJ_SFX = ${VCPROJ_SFX}
RTCD_OPTIONS = ${RTCD_OPTIONS}
+LIBYUV_CXXFLAGS = ${LIBYUV_CXXFLAGS}
EOF
if enabled rvct; then cat >> $1 << EOF