diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-08-17 15:32:50 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-08-17 15:32:50 +0000 |
commit | cd5cd377413361bb34e42266ab3337839014f8e4 (patch) | |
tree | 02256ab0c0c8874480b025b500da279e8250f7ee /libavutil | |
parent | a50bd69d9d1295588e09956e41c1d64805b1b367 (diff) | |
download | ffmpeg-cd5cd377413361bb34e42266ab3337839014f8e4.tar.gz |
Testing code uses random().
Originally committed as revision 14804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/pca.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/pca.c b/libavutil/pca.c index 5d22f4d230..8c84c450a6 100644 --- a/libavutil/pca.c +++ b/libavutil/pca.c @@ -152,6 +152,7 @@ int ff_pca(PCA *pca, double *eigenvector, double *eigenvalue){ #if 1 #undef printf +#undef random #include <stdio.h> #include <stdlib.h> |