diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-06-06 15:19:09 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-06-06 15:19:09 +0000 |
commit | 9473993bf027c84566e7a469d572ced08179d92e (patch) | |
tree | 52959314126cb1d4312ebf25d8a97acfb57ab18b /configure | |
parent | 831ec93567029c46ddd21e2b71838f4ebb768074 (diff) | |
download | ffmpeg-9473993bf027c84566e7a469d572ced08179d92e.tar.gz |
Add -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.
inspired by a patch from Debian
Originally committed as revision 13671 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -955,7 +955,7 @@ vhook="default" # build settings SHFLAGS='-shared -Wl,-soname,$$(@F)' VHOOKSHFLAGS='$(SHFLAGS)' -LDLATEFLAGS='-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil' +LDLATEFLAGS='-Wl,-rpath-link,\$(BUILD_ROOT)/libpostproc -Wl,-rpath-link,\$(BUILD_ROOT)/libswscale -Wl,-rpath-link,\$(BUILD_ROOT)/libavfilter -Wl,-rpath-link,\$(BUILD_ROOT)/libavdevice -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil' FFSERVERLDFLAGS=-Wl,-E LIBPREF="lib" LIBSUF=".a" |