Browse Source

gst1-plugins-bad: disable srtp library build - not used

Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess 10 years ago
parent
commit
0cbca8677d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      multimedia/gst1-plugins-bad/Makefile

+ 2
- 1
multimedia/gst1-plugins-bad/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gst1-plugins-bad
PKG_VERSION:=1.4.4
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@ -161,6 +161,7 @@ CONFIGURE_ARGS += \
--disable-schro \
--disable-zbar \
--disable-vp8 \
--disable-srtp \
\
--without-libiconv-prefix \
--without-libintl-prefix \


Loading…
Cancel
Save