Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/10] package/gstreamer1/gst1-plugins-ugly: fix typo in mk file
@ 2019-04-19 21:15 aduskett at gmail.com
  2019-04-19 21:15 ` [Buildroot] [PATCH 02/10] package/gstreamer1/gst1-imx: fix integration with gstreamer 1.14 aduskett at gmail.com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: aduskett at gmail.com @ 2019-04-19 21:15 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

BR2_PACKAGE_GST_PLUGINS_UGL1_PLUGIN_XINGMUX needs to be
BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_XINGMUX

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
index 2f9b204e9b..25546258cd 100644
--- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
+++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
@@ -46,7 +46,7 @@ else
 GST1_PLUGINS_UGLY_CONF_OPTS += --disable-dvdsub
 endif
 
-ifeq ($(BR2_PACKAGE_GST_PLUGINS_UGL1_PLUGIN_XINGMUX),y)
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_XINGMUX),y)
 GST1_PLUGINS_UGLY_CONF_OPTS += --enable-xingmux
 else
 GST1_PLUGINS_UGLY_CONF_OPTS += --disable-xingmux
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-04-26 12:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-19 21:15 [Buildroot] [PATCH 01/10] package/gstreamer1/gst1-plugins-ugly: fix typo in mk file aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 02/10] package/gstreamer1/gst1-imx: fix integration with gstreamer 1.14 aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 03/10] package/gstreamer1/gstreamer1: bump to version 1.16.0 aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 04/10] package/gstreamer1/gst-plugins-{base, good, bad, ugly}: bump to 1.16.0 aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 05/10] package/gstreamer1/gst-omx: bump to version 1.16.0 aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 06/10] package/gstreamer1/gst1-rtsp-server: " aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 07/10] package/gstreamer1/gst1-vaapi: " aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 08/10] package/gstreamer1/gst1-libav: " aduskett at gmail.com
2019-04-19 21:16 ` [Buildroot] [PATCH 09/10] package/gstreamer1/gst1-validate: " aduskett at gmail.com
2019-04-19 21:16 ` [Buildroot] [PATCH 10/10] package/gstreamer1/gstreamer1-editing-services: " aduskett at gmail.com
2019-04-20 13:31 ` [Buildroot] [PATCH 01/10] package/gstreamer1/gst1-plugins-ugly: fix typo in mk file Thomas Petazzoni
2019-04-26 12:29 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox