Skip to content
Snippets Groups Projects
Commit 3e6015cc authored by Måns Rullgård's avatar Måns Rullgård
Browse files

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
parent 1fce58c2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment