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 /libavcodec/Makefile | |
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 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 27725223c3..d8c853ab8d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -30,7 +30,6 @@ OBJS = allcodecs.o \ resample.o \ resample2.o \ simple_idct.o \ - sqrt_tab.o \ utils.o \ # parts needed for many different codecs |