From patchwork Wed May 7 20:10:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 346816 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id C072E1401B1 for ; Thu, 8 May 2014 06:13:33 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AD3198942C; Wed, 7 May 2014 20:13:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DW5PrKHhtX70; Wed, 7 May 2014 20:13:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 611208B50B; Wed, 7 May 2014 20:11:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 08D891D076D for ; Wed, 7 May 2014 20:10:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F3A0B8C040 for ; Wed, 7 May 2014 20:10:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IczM0MC47rZc for ; Wed, 7 May 2014 20:10:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8FC578C18E for ; Wed, 7 May 2014 20:10:37 +0000 (UTC) Received: from fwd10.aul.t-online.de (fwd10.aul.t-online.de [172.20.26.152]) by mailout03.t-online.de (Postfix) with SMTP id 537E04F3E1E for ; Wed, 7 May 2014 22:09:55 +0200 (CEST) Received: from fli4l.lan.fli4l (TzdCz6ZvZhbdwMM4BtURG+Fmij2rT-eIWPkXEIrFOxuAENXLZg2W-4-i0jo2ki+ZTm@[79.247.128.159]) by fwd10.t-online.de with esmtp id 1Wi8Ac-0gBuFs0; Wed, 7 May 2014 22:10:26 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:41664) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1Wi8Ac-0004UJ-4m; Wed, 07 May 2014 22:10:26 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 7 May 2014 22:10:05 +0200 Message-Id: <1399493406-7247-32-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1399493406-7247-1-git-send-email-bernd.kuhls@t-online.de> References: <1399493406-7247-1-git-send-email-bernd.kuhls@t-online.de> X-ID: TzdCz6ZvZhbdwMM4BtURG+Fmij2rT-eIWPkXEIrFOxuAENXLZg2W-4-i0jo2ki+ZTm X-TOI-MSGID: c02a96b7-d243-4d35-ac34-399aab8503f3 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v5 31/32] xbmc: Fix ffmpeg cross compile X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Bernd Kuhls --- package/xbmc/xbmc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk index 99e78d4..46d969a 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 \