configure: add libavresample to rpath

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Sean McGovern 2012-04-26 06:11:52 +01:00 committed by Mans Rullgard
parent 88de5b0a73
commit 3510a13307
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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 && \