From 3e6015cc18d39b38188cd79a47cb8b374d5d5c68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Sun, 11 Oct 2009 10:15:48 +0000
Subject: [PATCH] ARM: simplify movrel definition as CONFIG_PIC is now set for
 shared libs

Originally committed as revision 20204 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/arm/asm.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/arm/asm.S b/libavcodec/arm/asm.S
index 0fbd641dc3a..1ee431d94eb 100644
--- a/libavcodec/arm/asm.S
+++ b/libavcodec/arm/asm.S
@@ -45,7 +45,7 @@ ELF     .type   \name, %function
         .endm
 
         .macro movrel rd, val
-#if HAVE_ARMV6T2 && !CONFIG_SHARED && !CONFIG_PIC
+#if HAVE_ARMV6T2 && !CONFIG_PIC
         movw            \rd, #:lower16:\val
         movt            \rd, #:upper16:\val
 #else
-- 
GitLab