summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-10-20 13:32:01 +0300
committerMartin Storsjö <martin@martin.st>2012-10-20 14:31:55 +0300
commitd15c21e5fa3961f10026da1a3080a3aa3cf4cec9 (patch)
tree809305c8e5c5d8aedfa1f4013f5d75033949141f /libavutil/Makefile
parentdef8c94699877d015154a03d43e2b8f479cd89a0 (diff)
avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility
Earlier versions of for instance of libavcodec expect this symbol to be present in libavutil. This commit can be reverted after the next major bump. New shared builds of avcodec will link to the internal copy of the table within that library, so those builds won't rely on this table being present in avutil any longer either. Signed-off-by: Martin Storsjö <martin@martin.st>
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 227a57efc2..3451a7c679 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -84,6 +84,7 @@ OBJS = adler32.o \
rc4.o \
samplefmt.o \
sha.o \
+ sqrt_tab.o \
time.o \
tree.o \
utils.o \