Re: [FFmpeg-devel] [PATCH v2] build: add configure option pkgconfigdir

2015-05-29 Thread Michael Niedermayer
On Fri, May 29, 2015 at 07:44:21PM +0200, Andreas Cadhalpun wrote: > On 29.05.2015 16:08, Ingo Brückl wrote: > > This allows the user to override the directory for the installation > > of the pkg-config files (from the default LIBDIR/pkgconfig). > > > > It follows the usual behaviour of Makefiles

Re: [FFmpeg-devel] [PATCH v2] build: add configure option pkgconfigdir

2015-05-29 Thread Andreas Cadhalpun
On 29.05.2015 16:08, Ingo Brückl wrote: > This allows the user to override the directory for the installation > of the pkg-config files (from the default LIBDIR/pkgconfig). > > It follows the usual behaviour of Makefiles generated by automake. > > Signed-off-by: Ingo Brückl Should be OK. Best

[FFmpeg-devel] [PATCH v2] build: add configure option pkgconfigdir

2015-05-29 Thread Ingo Brückl
This allows the user to override the directory for the installation of the pkg-config files (from the default LIBDIR/pkgconfig). It follows the usual behaviour of Makefiles generated by automake. Signed-off-by: Ingo Brückl diff --git a/configure b/configure index a90fef1..43f281b 100755 --- a/c