Commit cc9b0ba0 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

package: add ortp

parent f809eb20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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

package/ortp/Config.in

0 → 100644
+6 −0
Original line number Diff line number Diff line
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

package/ortp/ortp.mk

0 → 100644
+5 −0
Original line number Diff line number Diff line
ORTP_VERSION = 0.20.0
ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources
ORTP_INSTALL_STAGING = YES

$(eval $(call AUTOTARGETS))