diff options
author | YuDenzel <yudenzel@outlook.com> | 2014-04-23 13:06:37 +0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-24 03:03:45 +0200 |
commit | 443936d8b9995c1b4edba5f2aa7204e77e5232e7 (patch) | |
tree | ac6d9285cbf3dc6edb02d9ec117411b7a6ae3681 /configure | |
parent | 291d464161a5bf3b566bc147f83e4242b0c18d74 (diff) | |
download | ffmpeg-443936d8b9995c1b4edba5f2aa7204e77e5232e7.tar.gz |
configure: Fix ld flags when rpath is enabled.
Provide correct rpath flags to ld when --enable-rpath is provided.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4823,7 +4823,7 @@ check_disable_warning -Wno-pointer-sign # add some linker flags check_ldflags -Wl,--warn-common check_ldflags -Wl,-rpath-link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample -enabled rpath && add_ldflags -Wl,-rpath=$libdir +enabled rpath && add_ldflags -Wl,-rpath,$libdir test_ldflags -Wl,-Bsymbolic && append SHFLAGS -Wl,-Bsymbolic # add some strip flags |