summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-04 21:12:32 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-12 20:39:17 +0200
commit930c9d4373e0f3cb7c64fcfc129127a309f6d066 (patch)
tree3b19450d2f717e3de3791f7a856c14b9a3799221 /libavutil/Makefile
parentf6c38c5f4ed6683a6a61db2ed418a68bbe5f5507 (diff)
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.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index b5314bc208..e2b84e0cc2 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -69,6 +69,7 @@ OBJS = adler32.o \
lfg.o \
lls.o \
log.o \
+ log2_tab.o \
lzo.o \
mathematics.o \
md5.o \