From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv3 3/3] Add gstreamer plugin for Hantro x170
Date: Sat, 15 Jun 2013 23:18:22 +0200 [thread overview]
Message-ID: <87fvwjxech.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1370945921-23444-3-git-send-email-alexandre.belloni@free-electrons.com> (Alexandre Belloni's message of "Tue, 11 Jun 2013 12:18:41 +0200")
>>>>> "Alexandre" == Alexandre Belloni <alexandre.belloni@free-electrons.com> writes:
Alexandre> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Alexandre> ---
Alexandre> package/multimedia/Config.in | 1 +
Alexandre> package/multimedia/gst-plugin-x170/Config.in | 14 +++++++++++
Alexandre> .../gst-plugin-x170-01-correct-CFLAGS.patch | 28 ++++++++++++++++++++++
Alexandre> .../multimedia/gst-plugin-x170/gst-plugin-x170.mk | 18 ++++++++++++++
Alexandre> 4 files changed, 61 insertions(+)
Alexandre> create mode 100644 package/multimedia/gst-plugin-x170/Config.in
Alexandre> create mode 100644 package/multimedia/gst-plugin-x170/gst-plugin-x170-01-correct-CFLAGS.patch
Alexandre> create mode 100644 package/multimedia/gst-plugin-x170/gst-plugin-x170.mk
Alexandre> diff --git a/package/multimedia/Config.in b/package/multimedia/Config.in
Alexandre> index 4cb81bf..77c0a22 100644
Alexandre> --- a/package/multimedia/Config.in
Alexandre> +++ b/package/multimedia/Config.in
Alexandre> @@ -14,6 +14,7 @@ source "package/multimedia/gst-plugins-base/Config.in"
Alexandre> source "package/multimedia/gst-plugins-good/Config.in"
Alexandre> source "package/multimedia/gst-plugins-bad/Config.in"
Alexandre> source "package/multimedia/gst-plugins-ugly/Config.in"
Alexandre> +source "package/multimedia/gst-plugin-x170/Config.in"
Alexandre> source "package/multimedia/lame/Config.in"
Alexandre> source "package/multimedia/libvpx/Config.in"
Alexandre> source "package/multimedia/madplay/Config.in"
Alexandre> diff --git a/package/multimedia/gst-plugin-x170/Config.in b/package/multimedia/gst-plugin-x170/Config.in
Alexandre> new file mode 100644
Alexandre> index 0000000..0787013
Alexandre> --- /dev/null
Alexandre> +++ b/package/multimedia/gst-plugin-x170/Config.in
Alexandre> @@ -0,0 +1,14 @@
Alexandre> +config BR2_PACKAGE_GST_PLUGIN_X170
Alexandre> + bool "gst-plugin-x170"
Alexandre> + depends on BR2_PACKAGE_GSTREAMER
Alexandre> + depends on BR2_arm926t
Alexandre> + depends on (BR2_TOOLCHAIN_EXTERNAL_GLIBC || \
Alexandre> + BR2_TOOLCHAIN_CTNG_eglibc || \
Alexandre> + BR2_TOOLCHAIN_CTNG_glibc)
Alexandre> + select BR2_PACKAGE_ON2_8170_LIBS
Alexandre> + help
Alexandre> + GStreamer plug-in to use the Hantro X170 video decoder present on
Alexandre> + ATMEL AT91SAM9M10 SoC.
Alexandre> +
Alexandre> + http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
Alexandre> +
Dropped this empty line and added a comment where the glibc dependency
comes from and committed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-06-15 21:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-11 10:18 [Buildroot] [PATCHv3 1/3] Add on2-8170 kernel modules Alexandre Belloni
2013-06-11 10:18 ` [Buildroot] [PATCHv3 2/3] Add proprietary libraries for Hantro x170 HW decoding Alexandre Belloni
2013-06-15 21:14 ` Peter Korsgaard
2013-06-15 22:18 ` Alexandre Belloni
2013-06-16 7:47 ` Peter Korsgaard
2013-06-11 10:18 ` [Buildroot] [PATCHv3 3/3] Add gstreamer plugin for Hantro x170 Alexandre Belloni
2013-06-15 21:18 ` Peter Korsgaard [this message]
2013-06-15 21:13 ` [Buildroot] [PATCHv3 1/3] Add on2-8170 kernel modules 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=87fvwjxech.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.