mirror of https://git.ffmpeg.org/ffmpeg.git
put testing code under #ifdef TEST
Originally committed as revision 14805 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cd5cd37741
commit
88ccaf6f31
|
@ -149,7 +149,7 @@ int ff_pca(PCA *pca, double *eigenvector, double *eigenvalue){
|
|||
return -1;
|
||||
}
|
||||
|
||||
#if 1
|
||||
#ifdef TEST
|
||||
|
||||
#undef printf
|
||||
#undef random
|
||||
|
|
Loading…
Reference in New Issue