[FFmpeg-cvslog] dct-test: always link with aandcttab.o
Mans Rullgard
git at videolan.org
Thu Aug 2 23:39:52 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Wed Aug 1 14:32:19 2012 +0100| [af500c08bbb054902f9326006011777bb3a98fb4] | committer: Mans Rullgard
dct-test: always link with aandcttab.o
This allows building dct-test even if aandcttab.o is not pulled in
by any enabled codec. The DCT with which these tables are used does
not use them directly, so building it without the tables is possible.
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af500c08bbb054902f9326006011777bb3a98fb4
---
libavcodec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 17bc364..4a4364d 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -748,7 +748,7 @@ HOSTPROGS = aac_tablegen \
CLEANFILES = *_tables.c *_tables.h *_tablegen$(HOSTEXESUF)
-$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dctref.o
+$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dctref.o $(SUBDIR)aandcttab.o
TRIG_TABLES = cos cos_fixed sin
TRIG_TABLES := $(TRIG_TABLES:%=$(SUBDIR)%_tables.c)
More information about the ffmpeg-cvslog
mailing list