Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/asm.S')
-rw-r--r--src/arm/asm.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/arm/asm.S b/src/arm/asm.S
index 6112646..0b2291b 100644
--- a/src/arm/asm.S
+++ b/src/arm/asm.S
@@ -54,6 +54,14 @@
#endif
#endif
+#if !defined(PIC)
+#if defined(__PIC__)
+#define PIC __PIC__
+#elif defined(__pic__)
+#define PIC __pic__
+#endif
+#endif
+
#ifndef PRIVATE_PREFIX
#define PRIVATE_PREFIX dav1d_
#endif