aboutsummaryrefslogtreecommitdiffstats
path: root/net/ilbc
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-07-23 01:06:58 +0800
committerMarcus von Appen <mva@FreeBSD.org>2013-07-23 01:06:58 +0800
commitf23c3dcab94e6cbc647dfb1607e0a31e08baadd1 (patch)
tree9ed9bbce56bb853ed08b37c468051ebc11e8aabe /net/ilbc
parentf7deb4f60be0ae05757f8897f26442a772a43729 (diff)
downloadfreebsd-ports-gnome-f23c3dcab94e6cbc647dfb1607e0a31e08baadd1.tar.gz
freebsd-ports-gnome-f23c3dcab94e6cbc647dfb1607e0a31e08baadd1.tar.zst
freebsd-ports-gnome-f23c3dcab94e6cbc647dfb1607e0a31e08baadd1.zip
iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust
voice communication over IP. The codec is designed for narrow band speech and results in a payload bit rate of 13.33 kbit/s with an encoding frame length of 30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec enables graceful speech quality degradation in the case of lost frames, which occurs in connection with lost or delayed IP packets. WWW: http://github.com/dekkers/libilbc
Diffstat (limited to 'net/ilbc')
-rw-r--r--net/ilbc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ilbc/Makefile b/net/ilbc/Makefile
index 154e7d53581e..132c22410cf5 100644
--- a/net/ilbc/Makefile
+++ b/net/ilbc/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://simon.morlat.free.fr/download/1.2.x/source/
MAINTAINER= asm@asm.kiev.ua
COMMENT= Internet Low Bit Rate codec (RFC3951)
+CONFLICTS= libilbc-[0-9]*
+
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes