OSDN Git Service

avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility
authorMartin Storsjö <martin@martin.st>
Sat, 20 Oct 2012 10:32:01 +0000 (13:32 +0300)
committerMartin Storsjö <martin@martin.st>
Sat, 20 Oct 2012 11:31:55 +0000 (14:31 +0300)
commitd15c21e5fa3961f10026da1a3080a3aa3cf4cec9
tree809305c8e5c5d8aedfa1f4013f5d75033949141f
parentdef8c94699877d015154a03d43e2b8f479cd89a0
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>
libavcodec/Makefile
libavcodec/mathtables.c
libavcodec/sqrt_tab.c [new file with mode: 0644]
libavutil/Makefile
libavutil/sqrt_tab.c [new file with mode: 0644]