diff arm/asm.S @ 10384:c44205b868dc libavcodec

ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs
author mru
date Sun, 11 Oct 2009 10:15:48 +0000
parents f12b7ea2df2a
children 361a5fcb4393
line wrap: on
line diff
--- a/arm/asm.S	Sun Oct 11 07:05:26 2009 +0000
+++ b/arm/asm.S	Sun Oct 11 10:15:48 2009 +0000
@@ -45,7 +45,7 @@
         .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