diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-21 17:28:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-21 17:28:38 +0000 |
commit | ee6624ef4ab7e8b9f1154b2747490c662e2a97a6 (patch) | |
tree | 7abc45d066036d0eae1c0b238cb97e79c371d6f6 /libavutil/Makefile | |
parent | 6a03a34b01e0ff80c33a77ae3c5ee9479fbdd907 (diff) | |
download | ffmpeg-ee6624ef4ab7e8b9f1154b2747490c662e2a97a6.tar.gz |
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/Makefile | 3 |
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 |