[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add libvpx
From: |
Thompson, David |
Subject: |
Re: [PATCH] gnu: Add libvpx |
Date: |
Thu, 26 Jun 2014 10:05:44 -0400 |
On Thu, Jun 26, 2014 at 9:56 AM, Ludovic Courtès <address@hidden> wrote:
> That said, when cross-compiling, there should in theory a cross-yasm
> available. That’s presumably not the case, so either way it’s 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