diff options
Diffstat (limited to 'package/ortp')
-rw-r--r-- | package/ortp/Config.in | 6 | ||||
-rw-r--r-- | package/ortp/ortp.mk | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/package/ortp/Config.in b/package/ortp/Config.in new file mode 100644 index 000000000..39d9c9a3a --- /dev/null +++ b/package/ortp/Config.in @@ -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 diff --git a/package/ortp/ortp.mk b/package/ortp/ortp.mk new file mode 100644 index 000000000..f47af8a1a --- /dev/null +++ b/package/ortp/ortp.mk @@ -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)) |