Merge pull request #13532 from flyn-org/openwrt-19.07
gstreamer1: enable build options necessary for most applications
This commit is contained in:
commit
a661e8d248
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=gstreamer1
|
||||
PKG_VERSION:=1.16.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gstreamer
|
||||
|
@ -118,11 +118,11 @@ GST_VERSION:=1.0
|
|||
MESON_ARGS += \
|
||||
-Dgst_debug=false \
|
||||
-Dgst_parse=true \
|
||||
-Dregistry=false \
|
||||
-Dregistry=true \
|
||||
-Dtracer_hooks=false \
|
||||
-Dptp-helper-setuid-user=none \
|
||||
-Dextra-checks=false \
|
||||
-Doption-parsing=false \
|
||||
-Doption-parsing=true \
|
||||
-Dpoisoning=false \
|
||||
-Dcheck=enabled \
|
||||
-Dlibunwind=disabled \
|
||||
|
|
Loading…
Reference in a new issue