On Tue, Dec 23, 2014 at 02:40:56PM +0100, Nicolas George wrote:
> Le tridi 3 nivôse, an CCXXIII, Michael Niedermayer a écrit :
> > actually, maybe
> > PKG_CONFIG_LIBDIR=/path/to/cross/lib/pkgconfig
> > is a bit clearer
>
> Both amended and resulting commit pushed to my tree, you can merge whenever
Le tridi 3 nivôse, an CCXXIII, Michael Niedermayer a écrit :
> actually, maybe
> PKG_CONFIG_LIBDIR=/path/to/cross/lib/pkgconfig
> is a bit clearer
Both amended and resulting commit pushed to my tree, you can merge whenever
you want.
Thanks.
--
Nicolas George
signature.asc
Description: Digit
On Tue, Dec 23, 2014 at 02:23:49PM +0100, Nicolas George wrote:
> Le tridi 3 nivôse, an CCXXIII, Michael Niedermayer a écrit :
> > did you attach the correct patch ?
> > i dont see a mention on "--pkg-config=" in it
>
> Sorry, forgot "-a" in "git commit -a --amend".
>
> Regards,
>
> --
> Nico
On Tue, Dec 23, 2014 at 02:23:49PM +0100, Nicolas George wrote:
> Le tridi 3 nivôse, an CCXXIII, Michael Niedermayer a écrit :
> > did you attach the correct patch ?
> > i dont see a mention on "--pkg-config=" in it
>
> Sorry, forgot "-a" in "git commit -a --amend".
>
> Regards,
>
> --
> Nico
Le tridi 3 nivôse, an CCXXIII, Michael Niedermayer a écrit :
> did you attach the correct patch ?
> i dont see a mention on "--pkg-config=" in it
Sorry, forgot "-a" in "git commit -a --amend".
Regards,
--
Nicolas George
From b8427aa4a698e892c94200cd8c7b5eb3bf11ce03 Mon Sep 17 00:00:00 2001
Fr
On Tue, Dec 23, 2014 at 12:57:45PM +0100, Nicolas George wrote:
> Le tridi 3 nivôse, an CCXXIII, Michael Niedermayer a écrit :
> > i think this is a bit misleading
> > because this doesnt result in working pkgconfig for cross compiling
> > you just get
> > WARNING: /usr/powerpc-linux-gnu/bin/pkg-co
Le tridi 3 nivôse, an CCXXIII, Michael Niedermayer a écrit :
> i think this is a bit misleading
> because this doesnt result in working pkgconfig for cross compiling
> you just get
> WARNING: /usr/powerpc-linux-gnu/bin/pkg-config not found, library detection
> may fail.
Right, I had not noticed t
On Tue, Dec 23, 2014 at 10:35:12AM +0100, Nicolas George wrote:
[...]
> +If you need to @emph{replace} @command{pkg-config}'s search list
> +(typical use case: cross-compiling), set it in
> +@code{$PKG_CONFIG_LIBDIR}:
> +
> +@example
> +export
> PKG_CONFIG_LIBDIR=/home/me/cross/usr/lib/pkgconfig:
Signed-off-by: Nicolas George
---
doc/faq.texi | 29 +
1 file changed, 29 insertions(+)
diff --git a/doc/faq.texi b/doc/faq.texi
index fdcb46d..2f84b49 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -90,6 +90,35 @@ To build FFmpeg, you need to install the development