From 930c9d4373e0f3cb7c64fcfc129127a309f6d066 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 4 Oct 2012 21:12:32 +0200 Subject: avutil: Duplicate ff_log2_tab instead of sharing it across libs The table is so small that the space gain is not worth the performance overhead of cross-library access. --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 5dbd60e067..a63e2baf46 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -22,6 +22,7 @@ OBJS = allcodecs.o \ fmtconvert.o \ imgconvert.o \ jrevdct.o \ + log2_tab.o \ mathtables.o \ options.o \ parser.o \ -- cgit v1.2.3