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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to