package: add ortp

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-06-03 21:20:45 +02:00
parent f809eb2021
commit cc9b0ba064
3 changed files with 12 additions and 0 deletions

View file

@ -418,6 +418,7 @@ source "package/libsoup/Config.in"
source "package/libtorrent/Config.in"
source "package/libupnp/Config.in"
source "package/libvncserver/Config.in"
source "package/ortp/Config.in"
source "package/zeromq/Config.in"
endmenu

6
package/ortp/Config.in Normal file
View file

@ -0,0 +1,6 @@
config BR2_PACKAGE_ORTP
bool "oRTP"
help
oRTP, a Real-time Transport Protocol (RTP,RFC3550) library
http://www.linphone.org/eng/documentation/dev/ortp.html

5
package/ortp/ortp.mk Normal file
View file

@ -0,0 +1,5 @@
ORTP_VERSION = 0.20.0
ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources
ORTP_INSTALL_STAGING = YES
$(eval $(call AUTOTARGETS))