* [Buildroot] [git commit] package/kodi: Use i.MX VPU (video codec) when available
@ 2015-03-04 21:50 Thomas Petazzoni
2015-03-04 21:54 ` Waldemar Brodkorb
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2015-03-04 21:50 UTC (permalink / raw)
To: buildroot
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)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [git commit] package/kodi: Use i.MX VPU (video codec) when available
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
2015-03-04 21:58 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Waldemar Brodkorb @ 2015-03-04 21:54 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-04 21:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2015-03-04 21:58 ` Thomas Petazzoni
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.