From 74b076521b2a6af016dc58ac6d7445175903b80f Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Sat, 14 Dec 2019 22:08:56 -0800 Subject: [PATCH] ffmpeg: enable gnutls support in libffmpeg-full Provides access to services requiring a secure connection. Chosen over openssl for license reason (can't redistribute). To my knowledge, libressl will have the same issue. mbed-tls is the only other ssl/tls provider, and this package is complicated enough. Signed-off-by: Ian Leonard --- multimedia/ffmpeg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index c11f400a28..393982fc0a 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -345,7 +345,7 @@ endef define Package/libffmpeg-full $(call Package/libffmpeg/Default) TITLE+= (full) - DEPENDS+= +alsa-lib +PACKAGE_libopus:libopus \ + DEPENDS+= +alsa-lib +libgnutls +PACKAGE_libopus:libopus \ +SOFT_FLOAT:shine \ +!SOFT_FLOAT:lame-lib \ +PACKAGE_libx264:libx264 \ @@ -471,6 +471,7 @@ ifeq ($(BUILD_VARIANT),full) ) FFMPEG_CONFIGURE+= \ + --enable-gnutls \ --enable-avresample \ $(if $(CONFIG_BUILD_PATENTED),, \ $(call FFMPEG_DISABLE,decoder,$(FFMPEG_PATENTED_DECODERS)) \ -- 2.30.2