diff options
author | James Almer <jamrial@gmail.com> | 2014-09-14 21:21:42 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2014-10-05 17:10:03 -0300 |
commit | e524a9b1ff3d3f1560c9119dfb73f6a6a684dc73 (patch) | |
tree | 3d6d1aafb4f3c5ae9e3c2124abd709a07a771a82 /libavutil/Makefile | |
parent | 3e5752098275e035f8b3d1ba475de80fcb62a3e5 (diff) | |
download | ffmpeg-e524a9b1ff3d3f1560c9119dfb73f6a6a684dc73.tar.gz |
avutil: remove obsolete FF_API_INTFLOAT cruft
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 48ae0efa43..65c6b53422 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -30,7 +30,6 @@ HEADERS = adler32.h \ hmac.h \ imgutils.h \ intfloat.h \ - intfloat_readwrite.h \ intreadwrite.h \ lfg.h \ log.h \ @@ -100,7 +99,6 @@ OBJS = adler32.o \ hash.o \ hmac.o \ imgutils.o \ - intfloat_readwrite.o \ intmath.o \ lfg.o \ lls.o \ |