All of lore.kernel.org
 help / color / mirror / Atom feed
From: Waldemar Brodkorb <wbx@openadk.org>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] package/kodi: Use i.MX VPU (video codec) when available
Date: Wed, 4 Mar 2015 22:54:14 +0100	[thread overview]
Message-ID: <20150304215413.GA3937@waldemar-brodkorb.de> (raw)
In-Reply-To: <20150304215037.AFB9E80F41@busybox.osuosl.org>

Hi,

does the openswan commit belong to this commit?

best regards
 Waldemar

Thomas Petazzoni wrote,

> commit: http://git.buildroot.net/buildroot/commit/?id=5287358ff33ec4920a677a58152ad040151b843f
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> Tested on i.MX6.
> 
> [Thomas: drop comment in Config.in help text, hard to maintain for all
> platforms.]
> 
> Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  package/kodi/kodi.mk         |    5 +++++
>  package/openswan/openswan.mk |    2 +-
>  2 files changed, 6 insertions(+), 1 deletions(-)
> 
> diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
> index 0a6fe7c..f40fc31 100644
> --- a/package/kodi/kodi.mk
> +++ b/package/kodi/kodi.mk
> @@ -61,6 +61,11 @@ KODI_CONF_ENV += INCLUDES="-I$(STAGING_DIR)/usr/include/interface/vcos/pthreads
>  	LIBS="-lvcos -lvchostif"
>  endif
>  
> +ifeq ($(BR2_PACKAGE_LIBFSLVPUWRAP),y)
> +KODI_DEPENDENCIES += libfslvpuwrap
> +KODI_CONF_OPTS += --enable-codec=imxvpu
> +endif
> +
>  ifeq ($(BR2_PACKAGE_LIBCAP),y)
>  KODI_CONF_OPTS += --enable-libcap
>  KODI_DEPENDENCIES += libcap
> diff --git a/package/openswan/openswan.mk b/package/openswan/openswan.mk
> index ba36f7c..3c878c9 100644
> --- a/package/openswan/openswan.mk
> +++ b/package/openswan/openswan.mk
> @@ -11,7 +11,7 @@ OPENSWAN_LICENSE_FILES = COPYING LICENSE
>  
>  OPENSWAN_DEPENDENCIES = host-bison host-flex gmp iproute2
>  OPENSWAN_MAKE_OPTS = ARCH=$(BR2_ARCH) CC="$(TARGET_CC)" \
> -	USERCOMPILE="$(TARGET_CFLAGS) -fPIE" INC_USRLOCAL=/usr \
> +	USERCOMPILE="$(TARGET_CFLAGS)" INC_USRLOCAL=/usr \
>  	USE_KLIPS=false USE_MAST=false USE_NM=false
>  
>  ifeq ($(BR2_PACKAGE_LIBCURL),y)
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

  reply	other threads:[~2015-03-04 21:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-04 21:50 [Buildroot] [git commit] package/kodi: Use i.MX VPU (video codec) when available Thomas Petazzoni
2015-03-04 21:54 ` Waldemar Brodkorb [this message]
2015-03-04 21:58   ` Thomas Petazzoni

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=20150304215413.GA3937@waldemar-brodkorb.de \
    --to=wbx@openadk.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.