From 792e467904d161780c7a62c71aa2dd30b377d54d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 8 Mar 2009 14:35:13 +0000 Subject: Remove the Mersenne Twister from the public API/ABI. We provide better PRNGs. Originally committed as revision 17872 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index f52ea150e9..a5f247e1f4 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -16,7 +16,6 @@ HEADERS = adler32.h \ md5.h \ mem.h \ pixfmt.h \ - random.h \ rational.h \ sha1.h -- cgit v1.2.3