Also ensures that generated file cos_fixed_tables.c is deleted on 'make clean'. --- libavcodec/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 0327e86..1063936 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -670,7 +670,7 @@ HOSTPROGS = cos_tablegen DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86 -CLEANFILES = sin_tables.c cos_tables.c *_tables.h *_tablegen$(HOSTEXESUF) +CLEANFILES = *_tables.c *_tables.h *_tablegen$(HOSTEXESUF) include $(SUBDIR)../subdir.mak -- 1.7.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
