diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-03-08 14:35:13 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-03-08 14:35:13 +0000 |
commit | 792e467904d161780c7a62c71aa2dd30b377d54d (patch) | |
tree | 7bf0f1bb1f575e94269df5ebea09a5f55ee558bd /libavutil/Makefile | |
parent | 49ceb58bf687f676e0176567bb881c30d32803bc (diff) | |
download | ffmpeg-792e467904d161780c7a62c71aa2dd30b377d54d.tar.gz |
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
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |