Merge pull request #13185 from flyn-org/gstreamer1

gstreamer1: enable build options necessary for most applications
This commit is contained in:
Rosen Penev 2020-08-21 17:47:15 -07:00 committed by GitHub
commit 83c1b0306b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gstreamer1
PKG_VERSION:=1.17.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 \
-Dptp-helper-setuid-group=none \
-Doption-parsing=false \
-Doption-parsing=true \
-Dpoisoning=false \
-Dmemory-alignment=malloc \
-Dcheck=enabled \