Browse Source

put testing code under #ifdef TEST

Originally committed as revision 14805 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
88ccaf6f31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/pca.c

+ 1
- 1
libavutil/pca.c View File

@@ -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