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

Unified Diff: third_party/libvpx/source/config/linux/ia32/vpx_config.h

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
Index: third_party/libvpx/source/config/linux/ia32/vpx_config.h
===================================================================
--- third_party/libvpx/source/config/linux/ia32/vpx_config.h (revision 117244)
+++ third_party/libvpx/source/config/linux/ia32/vpx_config.h (working copy)
@@ -1,5 +1,5 @@
/* This file automatically generated by configure. Do not edit! */
-#define RESTRICT
+#define RESTRICT
#define ARCH_ARM 0
#define ARCH_MIPS 0
#define ARCH_X86 1
@@ -35,7 +35,7 @@
#define CONFIG_RVCT 0
#define CONFIG_GCC 0
#define CONFIG_MSVS 0
-#define CONFIG_PIC 0
+#define CONFIG_PIC 1
#define CONFIG_BIG_ENDIAN 0
#define CONFIG_CODEC_SRCS 0
#define CONFIG_DEBUG_LIBS 0

Powered by Google App Engine
This is Rietveld 408576698