Hi, was tried to compile --without-speex and got
make[3]: Entering directory `/usr/src/linphone-3.4.0/coreapi/help' CC helloworld.o CCLD helloworld CC registration.o CCLD registration CC buddy_status.o CCLD buddy_status CC chatroom.o CCLD chatroom make[3]: Leaving directory `/usr/src/linphone-3.4.0/coreapi/help' make[2]: Leaving directory `/usr/src/linphone-3.4.0/coreapi' Making all in console make[2]: Entering directory `/usr/src/linphone-3.4.0/console' CC linphonec-linphonec.o CC linphonec-commands.o CCLD linphonec linphonec-commands.o: In function `lpc_cmd_speak': /usr/src/linphone-3.4.0/console/commands.c:2030: warning: the use of `tempnam' is dangerous, better use `mkstemp' /usr/bin/ld: linphonec-linphonec.o: undefined reference to symbol 'XUnmapWindow' /usr/bin/ld: note: 'XUnmapWindow' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command line /usr/lib/libX11.so.6: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[2]: *** [linphonec] Error 1 make[2]: Leaving directory `/usr/src/linphone-3.4.0/console' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/linphone-3.4.0' make: *** [all] Error 2 On Mon, 2011-02-07 at 16:12 +0100, Simon Morlat wrote: > Hi all, > > I'm pleased to annouce relase of 3.4.0 of linphone, bringing some new > big features: > > * implement multiple calls feature: > - call hold (with possibility to play a music file) > - call resume > - acceptance of 2nd call while putting the others on hold > - creation of another outgoing call while already in call > - blind call transfer (linphonec only) > - attended call transfer > * improve bandwidth management (one b=AS line is used for audio+video) > * improvements in the echo limiter performance > * implement a echo calibration feature (see > linphone_core_start_echo_calibration()). > * stun support bugfixes > * possibility to use two video windows, one for local preview, one for > remote video (linphonec only) > * optimize by not re-creating streams when SDP is unchanged during a > reinvite > * support for sending early media > * doxygen doc and javadoc improvements > > For developers using liblinphone in an application, please note that the > API has slightly changed, especially LinphoneCoreVTable: pay attention > to this when upgrading an old application to a newer liblinphone. > > Linphone-3.4.0 requires mediastreamer-2.7.0, which is now released too > with the following changes: > > * new X11+XvXshm display filter, deprecating SDL display filter. > * add custom tone generation (in MSDtmfGen filter) > * add custom tone detection in new filter MSToneDetector > * rework the echo canceller to work with much less latency > * adapt the OSS filter to OSS4 standard. > * add android video capture filter > * add android video display filters: one for 2.1 and one for 2.2 and > later > * tune video encoder parameters for android > * new scaler/colorspace conversion abstraction, with native > ARM-optimized implementation > * support new QCIF and QVGA portrait mode. > > The download links: > > sources: > http://download-mirror.savannah.gnu.org/releases/linphone/3.4.x/sources/linphone-3.4.0.tar.gz > windows setup.exe: > http://download-mirror.savannah.gnu.org/releases/linphone/stable/win32/linphone-3.4.0-setup.exe > > > Mediastreamer2: > > http://download-mirror.savannah.gnu.org/releases/linphone/mediastreamer/mediastreamer-2.7.0.tar.gz > > oRTP (cosmetic changes since last version): > > http://download-mirror.savannah.gnu.org/releases/linphone/ortp/sources/ortp-0.16.4.tar.gz > > > New versions of the msamr, msx264, and msilbc plugins are published too: > http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/ > http://download-mirror.savannah.gnu.org/releases/linphone/plugins/win32/ > > Your feedbacks and contributions are welcome, as usual. > > Remember that for testing as well as for every day real use, you can use > our SIP proxy powered on sip.linphone.org: > https://www.linphone.org/eng/linphone/register-a-linphone-account.html > It is fully tested with linphone and is expected to work with all > possible SIP use cases (calls, pause, resume, presence, chat...). > > Best regards, > > Simon > > > > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
