linuxOS_D21X/package/third-party/libsrtp/Config.in
2024-11-29 16:23:11 +08:00

17 lines
412 B
Plaintext

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