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 <rosenp@gmail.com>
(cherry picked from commit 49b5de830e
)
This commit is contained in:
parent
c835240069
commit
16b7bb0662
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue