comparison pca.c @ 553:288f054e06e8 libavutil

put testing code under #ifdef TEST
author michael
date Sun, 17 Aug 2008 15:33:17 +0000
parents e525876e4ddd
children 29d015080b3d
comparison
equal deleted inserted replaced
552:e525876e4ddd 553:288f054e06e8
147 } 147 }
148 148
149 return -1; 149 return -1;
150 } 150 }
151 151
152 #if 1 152 #ifdef TEST
153 153
154 #undef printf 154 #undef printf
155 #undef random 155 #undef random
156 #include <stdio.h> 156 #include <stdio.h>
157 #include <stdlib.h> 157 #include <stdlib.h>