put testing code under #ifdef TEST

Originally committed as revision 14805 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 17 years ago
parent cd5cd37741
commit 88ccaf6f31
  1. 2
      libavutil/pca.c

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

Loading…
Cancel
Save