2013-06-21 00:17:14 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# ortp
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2013-10-07 07:51:25 +02:00
|
|
|
ORTP_VERSION = 0.22.0
|
2012-06-03 21:20:45 +02:00
|
|
|
ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources
|
2015-01-01 17:02:20 +01:00
|
|
|
|
|
|
|
# ortp is not happy with the libsrtp implementation packaged in
|
|
|
|
# Buildroot
|
|
|
|
ORTP_CONF_OPTS = --disable-strict --with-srtp=none
|
2012-06-03 21:20:45 +02:00
|
|
|
ORTP_INSTALL_STAGING = YES
|
2013-06-28 15:41:15 +02:00
|
|
|
ORTP_LICENSE = LGPLv2.1+
|
|
|
|
ORTP_LICENSE_FILES = COPYING
|
2012-06-03 21:20:45 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|