Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_ORTP
bool "oRTP"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
oRTP, a Real-time Transport Protocol (RTP,RFC3550) library
http://www.linphone.org/eng/documentation/dev/ortp.html
comment "ortp needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS

View File

@@ -0,0 +1,2 @@
# Locally calculated after checking pgp signature
sha256 6e37e29b3c3559bac1f2ae0c977f6ceb4d4ce8dc713b691dea8bae57bda92d0b ortp-0.22.0.tar.gz

View File

@@ -0,0 +1,17 @@
################################################################################
#
# ortp
#
################################################################################
ORTP_VERSION = 0.22.0
ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources
# ortp is not happy with the libsrtp implementation packaged in
# Buildroot
ORTP_CONF_OPTS = --disable-strict --with-srtp=none
ORTP_INSTALL_STAGING = YES
ORTP_LICENSE = LGPLv2.1+
ORTP_LICENSE_FILES = COPYING
$(eval $(autotools-package))