From: Scott LaVarnway Date: Mon, 7 Mar 2016 19:34:49 +0000 (-0800) Subject: define GET_GOT_DEFINED if not previously defined X-Git-Tag: v1.6.0~312^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e56f96394;p=libvpx define GET_GOT_DEFINED if not previously defined Change-Id: Id9c764a5b0e4b668a6e804cceb78988138ad910f --- 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__