configure: add libavresample to rpath

Signed-off-by: Mans Rullgard <mans@mansr.com>
pull/30/merge
Sean McGovern 13 years ago committed by Mans Rullgard
parent 88de5b0a73
commit 3510a13307
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save