summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-21 17:28:38 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-21 17:28:38 +0000
commitee6624ef4ab7e8b9f1154b2747490c662e2a97a6 (patch)
tree7abc45d066036d0eae1c0b238cb97e79c371d6f6 /libavutil/Makefile
parent6a03a34b01e0ff80c33a77ae3c5ee9479fbdd907 (diff)
Remove deprecated and now unused Mersenne Twister PRNG.
Originally committed as revision 18116 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index a5f247e1f4..2ea95e76cb 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -34,7 +34,6 @@ OBJS = adler32.o \
mathematics.o \
md5.o \
mem.o \
- random.o \
random_seed.o \
rational.o \
rc4.o \
@@ -42,7 +41,7 @@ OBJS = adler32.o \
tree.o \
utils.o \
-TESTS = $(addsuffix -test$(EXESUF), adler32 aes base64 crc des lls md5 pca random sha1 softfloat tree)
+TESTS = $(addsuffix -test$(EXESUF), adler32 aes base64 crc des lls md5 pca sha1 softfloat tree)
DIRS = arm bfin sh4 x86