summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-12-16 15:25:05 +0100
committerDiego Biurrun <diego@biurrun.de>2013-12-16 17:51:00 +0100
commit0d882e9e7b78f3874ef9511d739da9d64f1ec58a (patch)
tree1fb64675cc5946228604e1dc970feb5271ad54fa /libavutil/Makefile
parent11bb5e10c36539bcc303ceaac6f88d9ecb66e07f (diff)
avutil: Remove deprecated intfloat_readwrite code
It was deprecated over two years ago.
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index a635725f70..cfe8d84ebe 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -24,7 +24,6 @@ HEADERS = adler32.h \
hmac.h \
imgutils.h \
intfloat.h \
- intfloat_readwrite.h \
intreadwrite.h \
lfg.h \
log.h \
@@ -76,7 +75,6 @@ OBJS = adler32.o \
frame.o \
hmac.o \
imgutils.o \
- intfloat_readwrite.o \
intmath.o \
lfg.o \
lls.o \