X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=7836a20f879d50de10166a05011cb213336a5f4d;hb=585083dd1fc33b42ecd3f8095d49608c7c3dfe0d;hp=306f060ec3ac64201ec77a740456068f171d2f36;hpb=df8e24be5da2f9a8b0bd86dbbd1b0bf508bac003;p=ffmpeg diff --git a/Makefile b/Makefile index 306f060ec3a..7836a20f879 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \ HEADERS ARCH_HEADERS BUILT_HEADERS SKIPHEADERS \ ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \ ALTIVEC-OBJS MMX-OBJS YASM-OBJS \ - MIPSFPU-OBJS MIPSDSPR2-OBJS MIPSDSPR1-OBJS MSA-OBJS \ + MIPSFPU-OBJS MIPSDSPR2-OBJS MIPSDSP-OBJS MSA-OBJS \ MMI-OBJS OBJS SLIBOBJS HOSTOBJS TESTOBJS define RESET @@ -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)