linuxOS_D21X/package/third-party/libsrtp/Config.in

17 lines
412 B
Plaintext
Raw Normal View History

2024-11-29 08:23:11 +00:00
menuconfig BR2_PACKAGE_LIBSRTP
bool "libsrtp"
help
This package provides an implementation of the Secure
Real-time Transport Protocol (SRTP), the Universal Security
Transform (UST), and a supporting cryptographic kernel.
https://github.com/cisco/libsrtp
if BR2_PACKAGE_LIBSRTP
config BR2_PACKAGE_LIBSRTP_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif