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

Måns Rullgård mans
Mon Jun 16 10:05:46 CEST 2008


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.
>
> Diego
>
> Index: configure
> ===================================================================
> --- 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.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list