Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Rapp <t.rapp@noa-audio.com>2015-11-25 13:47:14 +0300
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-12-02 20:45:49 +0300
commitbc517be6b0fb276997e431ae7708b2d1681d1aff (patch)
tree94729017578b5623fb6ffa7f3acd27c4ba5d52c9 /Makefile
parentd208acf2c82b260e90be6215c93809f3343760f0 (diff)
Makefile: add cleanup of pkg-config files created by configure to distclean
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 306f060ec3..58f1a3adf9 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)