[FFmpeg-cvslog] r23511 - trunk/configure

lu_zero subversion
Sun Jun 6 21:35:11 CEST 2010


Author: lu_zero
Date: Sun Jun  6 21:35:10 2010
New Revision: 23511

Log:
librtmp may link to different ssl implementations

Make sure we link using the right libs by using pkg-config

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jun  6 20:50:27 2010	(r23510)
+++ trunk/configure	Sun Jun  6 21:35:10 2010	(r23511)
@@ -2617,7 +2617,7 @@ enabled libnut     && require  libnut li
 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



More information about the ffmpeg-cvslog mailing list