From: Ghislain MARY Date: Mon, 10 Sep 2012 12:21:41 +0000 (+0200) Subject: Link with the two splitted mediastreamer2 libraries. X-Git-Url: http://sjero.net/git/?p=linphone;a=commitdiff_plain;h=c8be820dad8cba85af0521043e88d649a31af236 Link with the two splitted mediastreamer2 libraries. --- diff --git a/configure.ac b/configure.ac index eae637b8..6e68f7ba 100644 --- a/configure.ac +++ b/configure.ac @@ -502,7 +502,7 @@ AS_CASE($enable_external_mediastreamer, AC_CONFIG_SUBDIRS( mediastreamer2 ) MEDIASTREAMER_DIR=${top_srcdir}/mediastreamer2 MEDIASTREAMER_CFLAGS="-I\$(top_srcdir)/mediastreamer2/include" - MEDIASTREAMER_LIBS="\$(top_builddir)/mediastreamer2/src/libmediastreamer.la" + MEDIASTREAMER_LIBS="\$(top_builddir)/mediastreamer2/src/libmediastreamer_base.la \$(top_builddir)/mediastreamer2/src/libmediastreamer_voip.la" dnl need to temporary change quotes to allow square brackets changequote(<<, >>) MS2_VERSION=`grep -e '^.C_INIT(' $MEDIASTREAMER_DIR/configure.ac | sed -e 's:\([^(]\+\)(\[mediastreamer\],\[\(.*\)\]):\2:g'`