[FFmpeg-devel] [PATCH] create all pkg-config files in their own subdirectory

Diego Biurrun diego
Mon Jun 16 10:27:06 CEST 2008


On Mon, Jun 16, 2008 at 09:05:46AM +0100, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
> 
> > Here is a patch to move .pc files into their own directory instead of
> > having them clutter up the root.  I will commit on Wednesday unless
> > somebody objects.
> >
> > --- configure	(revision 13775)
> > +++ configure	(working copy)
> > @@ -2185,6 +2185,8 @@
> >  
> >  # build pkg-config files
> >  
> > +mkdir pkgconfig
> 
> This should use mkdir -p to avoid an error message if the directory
> already exists.

You are right, I changed this locally.  OK otherwise?

Diego




More information about the ffmpeg-devel mailing list