aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2010-06-06 19:35:10 +0000
committerLuca Barbato <lu_zero@gentoo.org>2010-06-06 19:35:10 +0000
commit3a9bc39eafd621e56fdf78c51a06c96e83273e26 (patch)
tree3fbc18da91e5cc5b16ebb5fa0133d15047d1be49 /configure
parente59cfd785041ea9cbc04fa1a2d23b2c1a053f153 (diff)
downloadffmpeg-3a9bc39eafd621e56fdf78c51a06c96e83273e26.tar.gz
librtmp may link to different ssl implementations
Make sure we link using the right libs by using pkg-config Originally committed as revision 23511 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9b383fd44e..25dfb6d1cd 100755
--- a/configure
+++ b/configure
@@ -2617,7 +2617,7 @@ enabled libnut && require libnut libnut.h nut_demuxer_init -lnut
enabled libopencore_amrnb && require libopencore_amrnb opencore-amrnb/interf_dec.h Decoder_Interface_init -lopencore-amrnb -lm
enabled libopencore_amrwb && require libopencore_amrwb opencore-amrwb/dec_if.h D_IF_init -lopencore-amrwb -lm
enabled libopenjpeg && require libopenjpeg openjpeg.h opj_version -lopenjpeg
-enabled librtmp && require librtmp librtmp/rtmp.h RTMP_Init -lrtmp
+enabled librtmp && require librtmp librtmp/rtmp.h RTMP_Init $(pkg-config --libs librtmp)
enabled libschroedinger && add_cflags $(pkg-config --cflags schroedinger-1.0) &&
require libschroedinger schroedinger/schro.h schro_init $(pkg-config --libs schroedinger-1.0)
enabled libspeex && require libspeex speex/speex.h speex_decoder_init -lspeex