02a623ddf9
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
11 lines
383 B
Plaintext
11 lines
383 B
Plaintext
config BR2_PACKAGE_LIBEXOSIP2
|
|
bool "libeXosip2"
|
|
help
|
|
GNU Higher level SIP (Session Initiation Protocol)
|
|
This library aims to provide multimedia and telecom software
|
|
developers an easy and powerful interface to initiate and
|
|
control SIP based sessions in their applications.
|
|
SIP is a open standard replacement from IETF for H323.
|
|
|
|
http://www.gnu.org/software/osip/
|