diff options
author | Martin Storsjö <martin@martin.st> | 2014-11-16 12:51:54 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-12-09 11:43:25 +0200 |
commit | f963f80399deb1a2b44c1bac3af7123e8a0c9e46 (patch) | |
tree | 8d0a9e61779857e987d90fa492c93350ada93bf3 /configure | |
parent | 3c01039e0bc7d269900e15551f8171c4328a0223 (diff) | |
download | ffmpeg-f963f80399deb1a2b44c1bac3af7123e8a0c9e46.tar.gz |
arm: Use .data.rel.ro for const data with relocations
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1543,6 +1543,7 @@ HAVE_LIST=" libdc1394_1 libdc1394_2 sdl + section_data_rel_ro threads vdpau_x11 xlib @@ -3415,6 +3416,7 @@ case $target_os in ;; android) disable symver + enable section_data_rel_ro SLIB_INSTALL_NAME='$(SLIBNAME)' SLIB_INSTALL_LINKS= # soname not set on purpose @@ -3549,6 +3551,7 @@ case $target_os in ;; linux) enable dv1394 + enable section_data_rel_ro ;; irix*) target_os=irix |