02a623ddf9
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
config BR2_PACKAGE_LIBOSIP2
|
|
bool "libosip2"
|
|
help
|
|
GNU 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.
|
|
|