Hi,
I tried to compile it, but the jack portion was broken, since there were
some problems with the order of includes in the jackcard.* files and it
was not linked to the libsamplerate package.
So here is an patch that should solve those problems.

MfG
        Tobias

Am Freitag, den 15.10.2004, 10:58 +0200 schrieb Simon MORLAT:
> Hello,
> 
> The pre2 tarball I've uploaded last week didn't compile properly, so 
> I've just uploaded a new 1.0.0pre3 tarball that works for me.
> It brings some improvements, especially for the console version, for 
> which it's no more necessary to write a config file to startup and to do 
> things like proxy registration.
> Enjoy and send me feedback if you wish.
> Still not tested: proxy and www authentication. If somebody can do that, 
> I'll be very pleased !
> 
> Simon
> 
> 
> _______________________________________________
> Linphone-developers mailing list
> [EMAIL PROTECTED]
> http://lists.nongnu.org/mailman/listinfo/linphone-developers
-- 
Tobias Gehrig <[EMAIL PROTECTED]>
Universität Karlsruhe - Fakultät für Informatik
--- linphone-1.0.0pre3.old/configure.in	2004-10-15 19:21:11.000000000 +0200
+++ linphone-1.0.0pre3/configure.in	2004-10-18 03:30:24.000000000 +0200
@@ -248,6 +248,11 @@
 AC_SUBST(JACK_CFLAGS)
 AC_SUBST(JACK_LIBS) 
 
+dnl Check for samplerate libraries
+PKG_CHECK_MODULES(SAMPLERATE, samplerate >= 0.0.13)
+AC_SUBST(SAMPLERATE_CFLAGS)
+AC_SUBST(SAMPLERATE_LIBS)
+
 dnl check if we have the getifaddrs() sytem call
 AC_CHECK_FUNCS(getifaddrs)
 AC_CHECK_HEADERS(dlfcn.h)
--- linphone-1.0.0pre3.old/mediastreamer/Makefile.am	2004-10-15 15:33:29.000000000 +0200
+++ linphone-1.0.0pre3/mediastreamer/Makefile.am	2004-10-18 03:34:21.000000000 +0200
@@ -93,6 +93,7 @@
 							../lpc10-1.5/liblpc10.la \
 							../oRTP/src/libortp.la \
 							$(JACK_LIBS)\
+							$(SAMPLERATE_LIBS)\
 							$(SUPPORTLIB) \
 							$(ALSA_LIBS) \
 							$(TRUESPEECH_LIBADD) \
--- linphone-1.0.0pre3.old/mediastreamer/jackcard.c	2004-09-16 14:27:23.000000000 +0200
+++ linphone-1.0.0pre3/mediastreamer/jackcard.c	2004-10-18 03:24:29.000000000 +0200
@@ -21,10 +21,10 @@
   Copyright (C) 2004  Tobias Gehrig [EMAIL PROTECTED]
 */
 
-#ifdef __JACK_ENABLED__
-
 #include "jackcard.h"
 
+#ifdef __JACK_ENABLED__
+
 #include "msossread.h"
 #include "msosswrite.h"
 
--- linphone-1.0.0pre3.old/mediastreamer/jackcard.h	2004-09-16 14:27:03.000000000 +0200
+++ linphone-1.0.0pre3/mediastreamer/jackcard.h	2004-10-18 03:23:40.000000000 +0200
@@ -24,10 +24,10 @@
 #ifndef JACK_CARD_H
 #define JACK_CARD_H
 
-#ifdef __JACK_ENABLED__
-
 #include <config.h>
 
+#ifdef __JACK_ENABLED__
+
 #include "sndcard.h"
 
 #include <jack/jack.h>
_______________________________________________
Linphone-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/linphone-users
_______________________________________________
Linphone-developers mailing list
[EMAIL PROTECTED]
http://lists.nongnu.org/mailman/listinfo/linphone-developers

Reply via email to