diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-22 09:14:43 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-10-23 07:33:05 +0200 |
commit | c6b25d1d5e6a9185cb8e574129f65650c1504d44 (patch) | |
tree | 7d8ab794084524fb1728e3af338a6a772be7fa9d /libavutil | |
parent | add3a6902ea4d459f36655656a1f8daa409118a7 (diff) | |
download | ffmpeg-c6b25d1d5e6a9185cb8e574129f65650c1504d44.tar.gz |
Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility"
This reverts commit d15c21e5fa3961f10026da1a3080a3aa3cf4cec9.
After the major bump this is no longer necessary.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/Makefile | 1 | ||||
-rw-r--r-- | libavutil/sqrt_tab.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 3451a7c679..227a57efc2 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -84,7 +84,6 @@ OBJS = adler32.o \ rc4.o \ samplefmt.o \ sha.o \ - sqrt_tab.o \ time.o \ tree.o \ utils.o \ diff --git a/libavutil/sqrt_tab.c b/libavutil/sqrt_tab.c deleted file mode 100644 index e3d978b569..0000000000 --- a/libavutil/sqrt_tab.c +++ /dev/null @@ -1 +0,0 @@ -#include "libavcodec/sqrt_tab.c" |