diff options
Diffstat (limited to 'kopete/protocols/jabber/jingle/configure.in.bot')
-rw-r--r-- | kopete/protocols/jabber/jingle/configure.in.bot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kopete/protocols/jabber/jingle/configure.in.bot b/kopete/protocols/jabber/jingle/configure.in.bot index 153f0596..9c37e2b8 100644 --- a/kopete/protocols/jabber/jingle/configure.in.bot +++ b/kopete/protocols/jabber/jingle/configure.in.bot @@ -6,7 +6,13 @@ if test "$with_jingle" = yes; then echo MULAW: yes else echo "" + echo Supported Jabber Jingle voice Codecs for Kopete: + echo Speex: $speex_found + echo iLBC: $ilbc_found + echo MULAW: yes + echo "" echo "You have disabled Jabber Jingle voice support or you are missing required libraries required to compile it." + echo "The configure option --enable-jingle must be explicitly declared to build Jabber Jingle voice support." echo "Jingle is a new Jabber standard that define a signaling protocol via XMPP for peer-to-peer applications." echo "Jingle audio is compatible with the Google Talk voice service." echo "" |