We need nettle and gmp and they can't be used with the LGPLv2 license.
@ -3,9 +3,20 @@
SRT_VERSION := 1.4.4
SRT_URL := $(GITHUB)/Haivision/srt/archive/v$(SRT_VERSION).tar.gz
# gnutls (nettle/gmp) can't be used with the LGPLv2 license
ifdef GPL
SRT_PKG=1
else
ifdef GNUV3
endif
ifdef BUILD_NETWORK
ifdef SRT_PKG
PKGS += srt
ifeq ($(call need_pkg,"srt >= 1.3.2"),)
PKGS_FOUND += srt