Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGovern <gseanmcg@gmail.com>2012-04-26 09:11:52 +0400
committerMans Rullgard <mans@mansr.com>2012-04-26 14:25:23 +0400
commit3510a13307226a0280d30b7f3fca6fbd962ecd9d (patch)
tree86b54456da8869a9339288f53e7aa619c73738dc /configure
parent88de5b0a730ff613a8fff1d7dfd80735c6a4367a (diff)
configure: add libavresample to rpath
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3632bdad1c..1dc2e3ece4 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 && \