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. --- libavformat/log2_tab.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 libavformat/log2_tab.c (limited to 'libavformat/log2_tab.c') diff --git a/libavformat/log2_tab.c b/libavformat/log2_tab.c new file mode 100644 index 0000000000..47a1df03b7 --- /dev/null +++ b/libavformat/log2_tab.c @@ -0,0 +1 @@ +#include "libavutil/log2_tab.c" -- cgit v1.2.3