---
This is a far simpler solution and deletes all compact/ objects, not just
the ones generated on the last build.
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 6ea8359318..b1a2c301b5 100644
--- a/Makefile
+++ b/Makefile
@@ -168,6 +168,7 @@ uninstall-data:
clean::
$(RM) $(CLEANSUFFIXES)
+ $(RM) $(addprefix compat/,$(CLEANSUFFIXES)) $(addprefix
compat/*/,$(CLEANSUFFIXES))
$(RM) -rf coverage.info lcov
distclean::
--
2.11.0
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel