mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
gstreamer1: enable build options necessary for most applications
Commiteee7ce2bchanged gstreamer1's build options, and this broke some applications. First, -Doption-parsing=false is intended for very specific embedded applications rather general packages. Please see: https://github.com/openwrt/packages/pull/8847 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/388 Second, -Dregistry=false seems to break plugin discovery. Symptoms of this include broken applications and gst-inspect-1.0 listing zero plugins. Fixes #13531. Signed-off-by: W. Michael Petullo <mike@flyn.org> (cherry picked from commit10aa094d7f)
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=gstreamer1
|
PKG_NAME:=gstreamer1
|
||||||
PKG_VERSION:=1.16.2
|
PKG_VERSION:=1.16.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gstreamer
|
PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gstreamer
|
||||||
@@ -118,11 +118,11 @@ GST_VERSION:=1.0
|
|||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
-Dgst_debug=false \
|
-Dgst_debug=false \
|
||||||
-Dgst_parse=true \
|
-Dgst_parse=true \
|
||||||
-Dregistry=false \
|
-Dregistry=true \
|
||||||
-Dtracer_hooks=false \
|
-Dtracer_hooks=false \
|
||||||
-Dptp-helper-setuid-user=none \
|
-Dptp-helper-setuid-user=none \
|
||||||
-Dextra-checks=false \
|
-Dextra-checks=false \
|
||||||
-Doption-parsing=false \
|
-Doption-parsing=true \
|
||||||
-Dpoisoning=false \
|
-Dpoisoning=false \
|
||||||
-Dcheck=enabled \
|
-Dcheck=enabled \
|
||||||
-Dlibunwind=disabled \
|
-Dlibunwind=disabled \
|
||||||
|
|||||||
Reference in New Issue
Block a user