]> sjero.net Git - linphone/commitdiff
Link with the two splitted mediastreamer2 libraries.
authorGhislain MARY <ghislain.mary@belledonne-communications.com>
Mon, 10 Sep 2012 12:21:41 +0000 (14:21 +0200)
committerGhislain MARY <ghislain.mary@belledonne-communications.com>
Mon, 10 Sep 2012 12:21:41 +0000 (14:21 +0200)
configure.ac

index eae637b84befae87d73dabc798c145e48079b7b3..6e68f7ba10a70445bb7df6573b8859aad8f12e1c 100644 (file)
@@ -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'`