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

Unified Diff: third_party/libvpx/source/config/linux/ia32/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/source/config/linux/ia32/vpx_config.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx/source/config/linux/ia32/vpx_config.asm
===================================================================
--- third_party/libvpx/source/config/linux/ia32/vpx_config.asm (revision 117244)
+++ third_party/libvpx/source/config/linux/ia32/vpx_config.asm (working copy)
@@ -34,7 +34,7 @@
CONFIG_RVCT equ 0
CONFIG_GCC equ 1
CONFIG_MSVS equ 0
-CONFIG_PIC equ 0
+CONFIG_PIC equ 1
CONFIG_BIG_ENDIAN equ 0
CONFIG_CODEC_SRCS equ 0
CONFIG_DEBUG_LIBS equ 0
« no previous file with comments | « third_party/libvpx/source/config/linux/ia32/vpx_config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698