Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1798)

Unified Diff: third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm

Issue 9185015: Compile libvpx code as PIC for all Linux targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libvpx/generate_gypi.sh ('k') | third_party/libvpx/source/config/linux/ia32/vpx_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm
===================================================================
--- third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm (revision 117244)
+++ third_party/libvpx/source/config/linux/arm-neon/vpx_config.asm (working copy)
@@ -37,7 +37,7 @@
.equ CONFIG_RVCT , 0
.equ CONFIG_GCC , 1
.equ CONFIG_MSVS , 0
-.equ CONFIG_PIC , 0
+.equ CONFIG_PIC , 1
.equ CONFIG_BIG_ENDIAN , 0
.equ CONFIG_CODEC_SRCS , 0
.equ CONFIG_DEBUG_LIBS , 0
« no previous file with comments | « third_party/libvpx/generate_gypi.sh ('k') | third_party/libvpx/source/config/linux/ia32/vpx_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698