summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-10-18 18:15:38 +0100
committerMans Rullgard <mans@mansr.com>2012-10-20 12:28:45 +0100
commit8c0a3d5fe035f2d19b5815f142e145cfbedf28b3 (patch)
treedf4344ead5b4b028c4bddcdc30c38862267fc813 /libavutil/Makefile
parentf0c07be6491c850f948e2029f27f06437d128f3a (diff)
avutil: remove inline av_log2 from public API
This removes inline av_log2 and av_log2_16bit from the public API, instead exporting them as regular functions. In-tree code still gets the inline and otherwise optimised variants. Signed-off-by: Mans Rullgard <mans@mansr.com>
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 a85d3ae153..227a57efc2 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -69,6 +69,7 @@ OBJS = adler32.o \
lfg.o \
lls.o \
log.o \
+ log2.o \
log2_tab.o \
lzo.o \
mathematics.o \