mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package: add ortp
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f809eb2021
commit
cc9b0ba064
@ -418,6 +418,7 @@ source "package/libsoup/Config.in"
|
|||||||
source "package/libtorrent/Config.in"
|
source "package/libtorrent/Config.in"
|
||||||
source "package/libupnp/Config.in"
|
source "package/libupnp/Config.in"
|
||||||
source "package/libvncserver/Config.in"
|
source "package/libvncserver/Config.in"
|
||||||
|
source "package/ortp/Config.in"
|
||||||
source "package/zeromq/Config.in"
|
source "package/zeromq/Config.in"
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
6
package/ortp/Config.in
Normal file
6
package/ortp/Config.in
Normal file
@ -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
|
5
package/ortp/ortp.mk
Normal file
5
package/ortp/ortp.mk
Normal file
@ -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))
|
Loading…
x
Reference in New Issue
Block a user