[FFmpeg-devel] [PATCH] Makefile: add cleanup of pkg-config files created by configure to distclean

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Wed Dec 2 18:48:42 CET 2015


On 25.11.2015 11:56, Tobias Rapp wrote:
> Subject: [PATCH] Makefile: add cleanup of pkg-config files created by
>  configure to distclean
> 
> ---
>  Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile b/Makefile
> index 306f060..58f1a3a 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -181,6 +181,7 @@ clean::
>  distclean::
>  	$(RM) $(DISTCLEANSUFFIXES)
>  	$(RM) config.* .config libavutil/avconfig.h .version avversion.h version.h libavutil/ffversion.h libavcodec/codec_names.h
> +	$(RM) -rf doc/examples/pc-uninstalled
>  
>  config:
>  	$(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
> -- 1.9.1

This looks good to me, so applied and pushed.

Best regards,
Andreas


More information about the ffmpeg-devel mailing list