From: Rosen Penev Date: Sun, 29 Dec 2019 03:22:53 +0000 (-0800) Subject: gst1-plugins-bad: Make HLS crypto explicit X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=16b7bb06627bb380dd5687e3371f881a499e2959;p=feed%2Fpackages.git gst1-plugins-bad: Make HLS crypto explicit It's normally set to auto. When nettle is missing, it tries to use the other libraries. Signed-off-by: Rosen Penev (cherry picked from commit 49b5de830e004a4573619cc98fd58e30676fd070) --- diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index 6cb9e6f82b..34c297941d 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/multimedia/gst1-plugins-bad/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-bad PKG_VERSION:=1.16.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=W. Michael Petullo \ Ted Hess @@ -155,6 +155,7 @@ CONFIGURE_ARGS += \ --disable-zbar \ --disable-srtp \ \ + --with-hls-crypto=nettle \ --without-html-dir \ --without-libiconv-prefix \ --without-libintl-prefix \