All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/4] package/tvheadend: add optional support for rpi-userland
Date: Thu, 7 Sep 2017 18:25:20 +0200	[thread overview]
Message-ID: <20170907162520.GD2973@scaer> (raw)
In-Reply-To: <20170906204908.30036-4-bernd.kuhls@t-online.de>

Bernd, All,

On 2017-09-06 22:49 +0200, Bernd Kuhls spake thusly:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/tvheadend/tvheadend.mk | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
> index ee3607ae9..cf8bee9ce 100644
> --- a/package/tvheadend/tvheadend.mk
> +++ b/package/tvheadend/tvheadend.mk
> @@ -41,6 +41,12 @@ TVHEADEND_DEPENDENCIES += opus
>  else
>  TVHEADEND_CONF_OPTS += --disable-libopus
>  endif
> +ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
> +TVHEADEND_CONF_OPTS += --enable-omx
> +TVHEADEND_DEPENDENCIES += rpi-userland
> +else
> +TVHEADEND_CONF_OPTS += --disable-omx
> +endif
>  ifeq ($(BR2_PACKAGE_X265),y)
>  TVHEADEND_CONF_OPTS += --enable-libx265
>  TVHEADEND_DEPENDENCIES += x265
> @@ -51,6 +57,7 @@ else
>  TVHEADEND_CONF_OPTS += \
>  	--disable-libav \
>  	--disable-libopus \
> +	--disable-omx \
>  	--disable-vaapi \
>  	--disable-libx264 \
>  	--disable-libx265
> -- 
> 2.11.0
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2017-09-07 16:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-06 20:49 [Buildroot] [PATCH 1/4] package/tvheadend: add option to en-/disable transcoding support Bernd Kuhls
2017-09-06 20:49 ` [Buildroot] [PATCH 2/4] package/tvheadend: bump version, add optional dependencies to opus & x265 Bernd Kuhls
2017-09-07 16:15   ` Yann E. MORIN
2017-09-19 20:32     ` Arnout Vandecappelle
2017-09-06 20:49 ` [Buildroot] [PATCH 3/4] package/tvheadend: add optional support for libva-accelerated transcoding Bernd Kuhls
2017-09-07 16:24   ` Yann E. MORIN
2017-09-06 20:49 ` [Buildroot] [PATCH 4/4] package/tvheadend: add optional support for rpi-userland Bernd Kuhls
2017-09-07 16:25   ` Yann E. MORIN [this message]
2017-09-07 16:18 ` [Buildroot] [PATCH 1/4] package/tvheadend: add option to en-/disable transcoding support Yann E. MORIN

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=20170907162520.GD2973@scaer \
    --to=yann.morin.1998@free.fr \
    --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.