Re: [FFmpeg-devel] [PATCH] doc/faq: explain pkg-config basic setup.

2014-12-23 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] doc/faq: explain pkg-config basic setup.

2014-12-23 Thread Nicolas George
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

Re: [FFmpeg-devel] [PATCH] doc/faq: explain pkg-config basic setup.

2014-12-23 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] doc/faq: explain pkg-config basic setup.

2014-12-23 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] doc/faq: explain pkg-config basic setup.

2014-12-23 Thread Nicolas George
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

Re: [FFmpeg-devel] [PATCH] doc/faq: explain pkg-config basic setup.

2014-12-23 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] doc/faq: explain pkg-config basic setup.

2014-12-23 Thread Nicolas George
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

Re: [FFmpeg-devel] [PATCH] doc/faq: explain pkg-config basic setup.

2014-12-23 Thread Michael Niedermayer
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: