ffmpeg: enable gnutls support in libffmpeg-full
authorIan Leonard <antonlacon@gmail.com>
Sun, 15 Dec 2019 06:08:56 +0000 (22:08 -0800)
committerIan Leonard <antonlacon@gmail.com>
Wed, 1 Apr 2020 02:18:06 +0000 (19:18 -0700)
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 <antonlacon@gmail.com>
multimedia/ffmpeg/Makefile

index c11f400a28f472b4bc54def8c7271343bbe10559..393982fc0a0a81eaa432e2b3aff75534643ed5d4 100644 (file)
@@ -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)) \