shithub: libvpx

Download patch

ref: 8040a8a6c9098d8bd816799e284146bbc5dabae0
parent: 2b5ab8095e43ec53adb8a0c002883c711a8557fe
parent: e56f96394f0cd4f11d41a19bc5eebf6e24cc4336
author: Scott LaVarnway <slavarnway@google.com>
date: Mon Mar 7 16:51:05 EST 2016

Merge "define GET_GOT_DEFINED if not previously defined"

--- 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__
--