Re: [FFmpeg-devel] [PATCH] build: allow for PKG_CONFIG_LIBDIR

2015-05-29 Thread Michael Niedermayer
On Fri, May 29, 2015 at 01:07:04PM +0200, Ingo Brückl wrote: > Michael Niedermayer wrote on Fri, 29 May 2015 12:29:24 +0200: > > > On Thu, May 28, 2015 at 03:14:42PM +0200, Ingo Brückl wrote: > >> The pkgconfig files should be installed in PKG_CONFIG_LIBDIR > >> if defined, rather than in LIBDIR.

Re: [FFmpeg-devel] [PATCH] build: allow for PKG_CONFIG_LIBDIR

2015-05-29 Thread Ingo Brückl
Michael Niedermayer wrote on Fri, 29 May 2015 12:29:24 +0200: > On Thu, May 28, 2015 at 03:14:42PM +0200, Ingo Brückl wrote: >> The pkgconfig files should be installed in PKG_CONFIG_LIBDIR >> if defined, rather than in LIBDIR. > isnt it possible for PKG_CONFIG_LIBDIR to contain multiple ":" > sep

Re: [FFmpeg-devel] [PATCH] build: allow for PKG_CONFIG_LIBDIR

2015-05-29 Thread Michael Niedermayer
On Thu, May 28, 2015 at 03:14:42PM +0200, Ingo Brückl wrote: > The pkgconfig files should be installed in PKG_CONFIG_LIBDIR > if defined, rather than in LIBDIR. isnt it possible for PKG_CONFIG_LIBDIR to contain multiple ":" seperated directories ? if so i suspect the code below would break but i