gst1-plugins-bad: Make HLS crypto explicit
authorRosen Penev <rosenp@gmail.com>
Sun, 29 Dec 2019 03:22:53 +0000 (19:22 -0800)
committerRosen Penev <rosenp@gmail.com>
Tue, 2 Jun 2020 20:59:28 +0000 (13:59 -0700)
It's normally set to auto. When nettle is missing, it tries to use the
other libraries.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 49b5de830e004a4573619cc98fd58e30676fd070)

multimedia/gst1-plugins-bad/Makefile

index 6cb9e6f82b7f338c28c430e3544bb95ec6779149..34c297941da483bc6a3e44e1d32810103ed5bfe1 100644 (file)
@@ -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 <mike@flyn.org> \
                Ted Hess <thess@kitschensync.net>
@@ -155,6 +155,7 @@ CONFIGURE_ARGS += \
        --disable-zbar \
        --disable-srtp \
        \
+       --with-hls-crypto=nettle \
        --without-html-dir \
        --without-libiconv-prefix \
        --without-libintl-prefix \