From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] gst-plugins-base: make alsa plug-in configurable
Date: Sat, 05 Jan 2013 12:56:41 +0100 [thread overview]
Message-ID: <87bod3kfly.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1356000566-32423-1-git-send-email-s.neumann@raumfeld.com> (Sven Neumann's message of "Thu, 20 Dec 2012 11:49:26 +0100")
>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:
Sven> It may be desirable not to use the alsa sink for playback
Sven> even though alsa-lib is installed. So make this a configuration
Sven> option. This also takes care of selecting the proper options
Sven> for alsa-lib
Sven> (BR2_PACKAGE_ALSA_LIB_MIXER and BR2_PACKAGE_ALSA_LIB_PCM).
Sven> Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Sven> ---
Sven> package/multimedia/gst-plugins-base/Config.in | 6 ++++++
Sven> package/multimedia/gst-plugins-base/gst-plugins-base.mk | 3 +--
Sven> 2 files changed, 7 insertions(+), 2 deletions(-)
Sven> diff --git a/package/multimedia/gst-plugins-base/Config.in b/package/multimedia/gst-plugins-base/Config.in
Sven> index 5d82533..70d664d 100644
Sven> --- a/package/multimedia/gst-plugins-base/Config.in
Sven> +++ b/package/multimedia/gst-plugins-base/Config.in
Sven> @@ -73,6 +73,12 @@ config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_VOLUME
Sven> comment "plugins with external dependencies (there may be more available)"
Sven> +config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_ALSA
Sven> + bool "alsa (mandatory for audio playback)"
Sven> + select BR2_PACKAGE_ALSA_LIB
Sven> + select BR2_PACKAGE_ALSA_LIB_MIXER
Sven> + select BR2_PACKAGE_ALSA_LIB_PCM
select lines should also be indented with <tab>. I've fixed that and
committed, thanks.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2013-01-05 11:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-20 10:49 [Buildroot] [PATCH] gst-plugins-base: make alsa plug-in configurable Sven Neumann
2013-01-05 11:56 ` Peter Korsgaard [this message]
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=87bod3kfly.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--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