Testing code uses random().
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 17 Aug 2008 15:32:50 +0000 (15:32 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 17 Aug 2008 15:32:50 +0000 (15:32 +0000)
Originally committed as revision 14804 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/pca.c

index 5d22f4d..8c84c45 100644 (file)
@@ -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>