[FFmpeg-cvslog] configure: add libavresample to rpath

Sean McGovern git at videolan.org
Thu Apr 26 22:43:22 CEST 2012


ffmpeg | branch: master | Sean McGovern <gseanmcg at gmail.com> | Thu Apr 26 06:11:52 2012 +0100| [3510a13307226a0280d30b7f3fca6fbd962ecd9d] | committer: Mans Rullgard

configure: add libavresample to rpath

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3510a13307226a0280d30b7f3fca6fbd962ecd9d
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 3632bda..1dc2e3e 100755
--- a/configure
+++ b/configure
@@ -3084,7 +3084,7 @@ enabled extra_warnings && check_cflags -Winline
 
 # add some linker flags
 check_ldflags -Wl,--warn-common
-check_ldflags -Wl,-rpath-link=libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil
+check_ldflags -Wl,-rpath-link=libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
 test_ldflags -Wl,-Bsymbolic && append SHFLAGS -Wl,-Bsymbolic
 
 enabled xmm_clobber_test &&                             \



More information about the ffmpeg-cvslog mailing list