Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v7 29/31] xbmc: Fix ffmpeg cross compile
Date: Sat, 17 May 2014 16:12:38 +0200	[thread overview]
Message-ID: <20140517161238.40c04fc2@free-electrons.com> (raw)
In-Reply-To: <1400326806-16428-30-git-send-email-bernd.kuhls@t-online.de>

Dear Bernd Kuhls,

On Sat, 17 May 2014 13:40:04 +0200, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/xbmc/xbmc.mk |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk
> index f564466..f537e92 100644
> --- a/package/xbmc/xbmc.mk
> +++ b/package/xbmc/xbmc.mk
> @@ -29,6 +29,7 @@ XBMC_CONF_ENV = \
>  	TEXTUREPACKER_NATIVE_ROOT="$(HOST_DIR)/usr"
>  
>  XBMC_CONF_OPT +=  \
> +	--with-arch=$(BR2_ARCH) \
>  	--disable-crystalhd \
>  	--disable-debug \
>  	--disable-dvdcss \

What is this fixing exactly? If it's needed for the bump to version
13.0, then it should be part of the commit doing the bump.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2014-05-17 14:12 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-17 11:39 [Buildroot] [PATCH v7 00/31] xbmc: bump version to 13.0-Gotham Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 01/31] xproto_dri3proto: New package Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 02/31] mesa3d: Bump version to 10.2-rc3 Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 03/31] mesa3d: Depend on xorg meta package instead of xserver_xorg-server Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 04/31] mesa3d: add dependency xproto_presentproto Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 05/31] mesa3d: Remove dependency for the libxml2 module of host-python Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 06/31] mesa3d: Add dri3 support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 07/31] mesa3d: dri2 does not need udev support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 08/31] libva: new package Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 09/31] libva-intel-driver: " Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 10/31] ffmpeg: Add libva support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 11/31] libglu: new package Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 12/31] libglew: " Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 13/31] sdl: Add new dependency libglu for opengl support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 14/31] xdriver_xf86-video-intel: Bump version to 2.99.911 Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 15/31] rtmpdump: Add KSV patch Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 16/31] xbmc: bump version to 13.0 Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 17/31] xbmc-pvr-addons: Version bump to xbmc Gotham-compatible addon Bernd Kuhls
2014-05-17 14:13   ` Thomas Petazzoni
2014-05-17 15:09     ` Bernd Kuhls
2014-05-17 15:40       ` Yann E. MORIN
2014-05-17 11:39 ` [Buildroot] [PATCH v7 18/31] xbmc-addon-xvdr: " Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 19/31] xbmc: Add host-gettext dependency Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 20/31] xbmc: Allow compilation with uClibc Bernd Kuhls
2014-05-17 14:10   ` Thomas Petazzoni
2014-05-17 14:48     ` Bernd Kuhls
2014-05-17 15:31       ` Bernd Kuhls
2014-05-17 15:41         ` Yann E. MORIN
2014-05-17 11:39 ` [Buildroot] [PATCH v7 21/31] xbmc: fix arm/uclibc compilation Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 22/31] xbmc: Add X.org/OpenGL support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 23/31] xbmc: Add VA-API support Bernd Kuhls
2014-05-17 11:39 ` [Buildroot] [PATCH v7 24/31] xbmc: Add alsa support Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 25/31] xbmc: Add lame support Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 26/31] xbmc: Disable broken rsxs screensaver Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 27/31] xbmc: Add option for Goom screensaver Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 28/31] xbmc: add nasm/yasm dependency Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 29/31] xbmc: Fix ffmpeg cross compile Bernd Kuhls
2014-05-17 14:12   ` Thomas Petazzoni [this message]
2014-05-17 14:53     ` Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 30/31] xbmc: Fix TexturePacker compile Bernd Kuhls
2014-05-17 11:40 ` [Buildroot] [PATCH v7 31/31] xbmc needs IPv6 support Bernd Kuhls
2014-05-17 14:11   ` 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=20140517161238.40c04fc2@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --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