summaryrefslogtreecommitdiff
path: root/modules/video_processing.target.linux-x86_64.mk
diff options
context:
space:
mode:
authorAndroid Chromium Automerger <chromium-automerger@android>2014-04-07 11:28:24 +0000
committerAndroid Chromium Automerger <chromium-automerger@android>2014-04-07 11:28:24 +0000
commit97a64e2bd068dea306c6de91602cb5d4002e0291 (patch)
tree7b4e59452853d7017ab2820fcd6f8e000b9bebb3 /modules/video_processing.target.linux-x86_64.mk
parente111a22c86b4609993cc70cd41b11b8d02f53454 (diff)
downloadwebrtc-97a64e2bd068dea306c6de91602cb5d4002e0291.tar.gz
Update makefiles after merge of Chromium at 262110
This commit was generated by merge_from_chromium.py. Change-Id: I16520e5550a81c5a16a4c7a907bedd1f481e6135
Diffstat (limited to 'modules/video_processing.target.linux-x86_64.mk')
-rw-r--r--modules/video_processing.target.linux-x86_64.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/video_processing.target.linux-x86_64.mk b/modules/video_processing.target.linux-x86_64.mk
index 86685bc8..5cc07eb6 100644
--- a/modules/video_processing.target.linux-x86_64.mk
+++ b/modules/video_processing.target.linux-x86_64.mk
@@ -87,7 +87,6 @@ MY_DEFS_Debug := \
'-DDISABLE_NACL' \
'-DCHROMIUM_BUILD' \
'-DUSE_LIBJPEG_TURBO=1' \
- '-DUSE_MOJO=1' \
'-DENABLE_WEBRTC=1' \
'-DUSE_PROPRIETARY_CODECS' \
'-DENABLE_CONFIGURATION_POLICY' \
@@ -195,7 +194,6 @@ MY_DEFS_Release := \
'-DDISABLE_NACL' \
'-DCHROMIUM_BUILD' \
'-DUSE_LIBJPEG_TURBO=1' \
- '-DUSE_MOJO=1' \
'-DENABLE_WEBRTC=1' \
'-DUSE_PROPRIETARY_CODECS' \
'-DENABLE_CONFIGURATION_POLICY' \
@@ -259,9 +257,9 @@ LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
### Rules for final target.
LOCAL_LDFLAGS_Debug := \
- -Wl,--fatal-warnings \
-Wl,-z,now \
-Wl,-z,relro \
+ -Wl,--fatal-warnings \
-Wl,-z,noexecstack \
-fPIC \
-m64 \
@@ -276,9 +274,9 @@ LOCAL_LDFLAGS_Debug := \
LOCAL_LDFLAGS_Release := \
- -Wl,--fatal-warnings \
-Wl,-z,now \
-Wl,-z,relro \
+ -Wl,--fatal-warnings \
-Wl,-z,noexecstack \
-fPIC \
-m64 \