summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2016-03-07 11:34:49 -0800
committerScott LaVarnway <slavarnway@google.com>2016-03-07 11:34:49 -0800
commite56f96394f0cd4f11d41a19bc5eebf6e24cc4336 (patch)
tree2aef9094c4011bb97383a08a5a8c41c1ec9e629b /third_party
parent9aa083d164e0d39086aa0c83f0d1a0d0f0d1ba61 (diff)
downloadlibvpx-e56f96394f0cd4f11d41a19bc5eebf6e24cc4336.tar.gz
libvpx-e56f96394f0cd4f11d41a19bc5eebf6e24cc4336.tar.bz2
libvpx-e56f96394f0cd4f11d41a19bc5eebf6e24cc4336.zip
define GET_GOT_DEFINED if not previously defined
Change-Id: Id9c764a5b0e4b668a6e804cceb78988138ad910f
Diffstat (limited to 'third_party')
-rw-r--r--third_party/x86inc/x86inc.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/x86inc/x86inc.asm b/third_party/x86inc/x86inc.asm
index fc65bd3c8..b647dff2f 100644
--- a/third_party/x86inc/x86inc.asm
+++ b/third_party/x86inc/x86inc.asm
@@ -199,6 +199,10 @@
%ifdef PIC
default rel
%endif
+
+%ifndef GET_GOT_DEFINED
+ %define GET_GOT_DEFINED 0
+%endif
; Done with PIC macros
%ifdef __NASM_VER__