diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-08-17 15:33:17 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-08-17 15:33:17 +0000 |
commit | 88ccaf6f311fc2ccf100983a7d345f2d7af65c9b (patch) | |
tree | db0596dfef77c7e00c2656ec3e115adc9fa7c4ad /libavutil | |
parent | cd5cd377413361bb34e42266ab3337839014f8e4 (diff) | |
download | ffmpeg-88ccaf6f311fc2ccf100983a7d345f2d7af65c9b.tar.gz |
put testing code under #ifdef TEST
Originally committed as revision 14805 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/pca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/pca.c b/libavutil/pca.c index 8c84c450a6..b058665e93 100644 --- a/libavutil/pca.c +++ b/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 |