From 792e467904d161780c7a62c71aa2dd30b377d54d Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Sun, 8 Mar 2009 14:35:13 +0000
Subject: [PATCH] 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(-)

diff --git a/libavutil/Makefile b/libavutil/Makefile
index f52ea150e98..a5f247e1f4c 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
 
-- 
GitLab