Remove the Mersenne Twister from the public API/ABI.
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 8 Mar 2009 14:35:13 +0000 (14:35 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 8 Mar 2009 14:35:13 +0000 (14:35 +0000)
We provide better PRNGs.

Originally committed as revision 17872 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/Makefile

index f52ea150e98d133d2b1881f0c95ad7e523a42649..a5f247e1f4cc76a9d36ac5989bacb7deac812cce 100644 (file)
@@ -16,7 +16,6 @@ HEADERS = adler32.h                                                     \
           md5.h                                                         \
           mem.h                                                         \
           pixfmt.h                                                      \
-          random.h                                                      \
           rational.h                                                    \
           sha1.h