[FFmpeg-cvslog] r20204 - trunk/libavcodec/arm/asm.S
mru
subversion
Sun Oct 11 12:15:49 CEST 2009
Author: mru
Date: Sun Oct 11 12:15:48 2009
New Revision: 20204
Log:
ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs
Modified:
trunk/libavcodec/arm/asm.S
Modified: trunk/libavcodec/arm/asm.S
==============================================================================
--- trunk/libavcodec/arm/asm.S Sun Oct 11 12:15:45 2009 (r20203)
+++ trunk/libavcodec/arm/asm.S Sun Oct 11 12:15:48 2009 (r20204)
@@ -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
More information about the ffmpeg-cvslog
mailing list