[FFmpeg-cvslog] r18116 - in trunk/libavutil: Makefile random.c random.h
diego
subversion
Sat Mar 21 18:28:38 CET 2009
Author: diego
Date: Sat Mar 21 18:28:38 2009
New Revision: 18116
Log:
Remove deprecated and now unused Mersenne Twister PRNG.
Deleted:
trunk/libavutil/random.c
trunk/libavutil/random.h
Modified:
trunk/libavutil/Makefile
Modified: trunk/libavutil/Makefile
==============================================================================
--- trunk/libavutil/Makefile Sat Mar 21 18:01:56 2009 (r18115)
+++ trunk/libavutil/Makefile Sat Mar 21 18:28:38 2009 (r18116)
@@ -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
More information about the ffmpeg-cvslog
mailing list