0ebad1fb1e
This version bump is needed by mediastreamer 2.12.1, the mediastreamer
bump is needed to provide support for ffmpeg 3.0.
Removed srtp option after srtp support was removed from ortp:
5e37fa55f1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
421 B
Makefile
16 lines
421 B
Makefile
################################################################################
|
|
#
|
|
# ortp
|
|
#
|
|
################################################################################
|
|
|
|
ORTP_VERSION = 0.25.0
|
|
ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources
|
|
|
|
ORTP_CONF_OPTS = --disable-strict
|
|
ORTP_INSTALL_STAGING = YES
|
|
ORTP_LICENSE = LGPLv2.1+
|
|
ORTP_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|