summaryrefslogtreecommitdiff
path: root/modules/video_render_module.target.linux-mips.mk
diff options
context:
space:
mode:
authorAndroid Chromium Automerger <chromium-automerger@android>2014-06-25 15:10:10 +0000
committerAndroid Chromium Automerger <chromium-automerger@android>2014-06-25 15:10:10 +0000
commit841f8c8a99058c853fe9c1f16ec0729f90cb6dd0 (patch)
tree5b5734d55a6021b9d7d773e1024dc0fb3289b17e /modules/video_render_module.target.linux-mips.mk
parent4c21d3a8817eb02f39b986c257f171da3166ecfc (diff)
downloadwebrtc-841f8c8a99058c853fe9c1f16ec0729f90cb6dd0.tar.gz
Update makefiles after merge of Chromium at 279716
This commit was generated by merge_from_chromium.py. Change-Id: Ie631c1eeed85862b7bade8e178791c7b230573b3
Diffstat (limited to 'modules/video_render_module.target.linux-mips.mk')
-rw-r--r--modules/video_render_module.target.linux-mips.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/video_render_module.target.linux-mips.mk b/modules/video_render_module.target.linux-mips.mk
index decacd9b..cda90987 100644
--- a/modules/video_render_module.target.linux-mips.mk
+++ b/modules/video_render_module.target.linux-mips.mk
@@ -91,6 +91,7 @@ MY_DEFS_Debug := \
'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
'-DENABLE_EGLIMAGE=1' \
'-DCLD_VERSION=1' \
+ '-DCLD_DATA_FROM_STATIC' \
'-DENABLE_PRINTING=1' \
'-DENABLE_MANAGED_USERS=1' \
'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
@@ -144,6 +145,9 @@ LOCAL_CPPFLAGS_Debug := \
-fvisibility-inlines-hidden \
-Wsign-compare \
-Wno-uninitialized \
+ -std=gnu++11 \
+ -Wno-narrowing \
+ -Wno-literal-suffix \
-Wno-non-virtual-dtor \
-Wno-sign-promo
@@ -209,6 +213,7 @@ MY_DEFS_Release := \
'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
'-DENABLE_EGLIMAGE=1' \
'-DCLD_VERSION=1' \
+ '-DCLD_DATA_FROM_STATIC' \
'-DENABLE_PRINTING=1' \
'-DENABLE_MANAGED_USERS=1' \
'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
@@ -263,6 +268,9 @@ LOCAL_CPPFLAGS_Release := \
-fvisibility-inlines-hidden \
-Wsign-compare \
-Wno-uninitialized \
+ -std=gnu++11 \
+ -Wno-narrowing \
+ -Wno-literal-suffix \
-Wno-non-virtual-dtor \
-Wno-sign-promo