aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-13 14:22:25 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-13 14:24:58 +0200
commitd197bd4f5ee752c95ebaf7d94257ca5121309674 (patch)
tree4944469aac7a57aa67e732ab1aa05f4a4eb81884 /libavutil/Makefile
parent3b0bb321a50cd2591c6bd46059a66f6a53d9fc08 (diff)
parent930c9d4373e0f3cb7c64fcfc129127a309f6d066 (diff)
downloadffmpeg-d197bd4f5ee752c95ebaf7d94257ca5121309674.tar.gz
Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'
* commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066': avutil: Duplicate ff_log2_tab instead of sharing it across libs Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 17b23431cb..841eec5901 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -75,6 +75,7 @@ OBJS = adler32.o \
lfg.o \
lls.o \
log.o \
+ log2_tab.o \
lzo.o \
mathematics.o \
md5.o \