From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] gnu: Add libvpx Date: Thu, 26 Jun 2014 10:05:44 -0400 Message-ID: References: <87ionneuew.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87egybsu79.fsf@gnu.org> <87wqc3rcz6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0AJH-0006py-C7 for guix-devel@gnu.org; Thu, 26 Jun 2014 10:06:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0AJ8-0000o1-Om for guix-devel@gnu.org; Thu, 26 Jun 2014 10:05:55 -0400 Received: from na3sys009aog106.obsmtp.com ([74.125.149.77]:42736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0AJ8-0000nl-Ap for guix-devel@gnu.org; Thu, 26 Jun 2014 10:05:46 -0400 Received: by mail-pa0-f51.google.com with SMTP id hz1so3228663pad.38 for ; Thu, 26 Jun 2014 07:05:44 -0700 (PDT) In-Reply-To: <87wqc3rcz6.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Thu, Jun 26, 2014 at 9:56 AM, Ludovic Court=C3=A8s wrote: > That said, when cross-compiling, there should in theory a cross-yasm > available. That=E2=80=99s presumably not the case, so either way it=E2= =80=99s not > cross-compilable, so no worries. I hadn't thought about cross-compiling. The libvpx readme says that cross-compilation is possible: http://www.webmproject.org/docs/vp8-sdk/readme.html The configure script accepts a --target flag, so we could add it to the configure phase. There's no mention that yasm needs to be built a certain way. What do you think? - Dave