Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aduskett at gmail.com <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 01/10] package/gstreamer1/gst1-plugins-ugly: fix typo in mk file
Date: Fri, 19 Apr 2019 17:15:52 -0400	[thread overview]
Message-ID: <20190419211601.53431-1-aduskett@gmail.com> (raw)

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

             reply	other threads:[~2019-04-19 21:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-19 21:15 aduskett at gmail.com [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190419211601.53431-1-aduskett@gmail.com \
    --to=aduskett@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox