put testing code under #ifdef TEST

Originally committed as revision 14805 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-08-17 15:33:17 +00:00
parent cd5cd37741
commit 88ccaf6f31

View File

@ -149,7 +149,7 @@ int ff_pca(PCA *pca, double *eigenvector, double *eigenvalue){
return -1; return -1;
} }
#if 1 #ifdef TEST
#undef printf #undef printf
#undef random #undef random