diff options
author | Måns Rullgård <mans@mansr.com> | 2009-10-11 10:15:45 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-10-11 10:15:45 +0000 |
commit | 1fce58c2fc0348bfb906b11995af4fe38faebd8d (patch) | |
tree | 5355225c7610787d12dc75478190914c9fc915c2 /configure | |
parent | 9881d05d805d24d6a3b6158dcf3082a0f6498a5b (diff) | |
download | ffmpeg-1fce58c2fc0348bfb906b11995af4fe38faebd8d.tar.gz |
ARM: enable PIC for shared libs
Recent versions of gcc generate movw/movt pairs, and the linkers fail
to handle the associated relocations properly. Those responsible at
Codesourcery have refused to consider fixing this. Blame them for
making shared libraries slower than they need to be.
Originally committed as revision 20203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1758,6 +1758,7 @@ case "$arch" in ;; arm|armv[4567]*l) arch="arm" + spic=$shared ;; avr32) ;; |