diff snow.c @ 6164:ecaf5226e9b0 libavcodec

Consistently use TEST as the preprocessor condition to enable test code.
author diego
date Sun, 20 Jan 2008 23:53:51 +0000
parents f0efd4254164
children 27f4e3175dac
line wrap: on
line diff
--- a/snow.c	Sun Jan 20 21:38:21 2008 +0000
+++ b/snow.c	Sun Jan 20 23:53:51 2008 +0000
@@ -4775,7 +4775,7 @@
 #endif
 
 
-#if 0
+#ifdef TEST
 #undef malloc
 #undef free
 #undef printf
@@ -4924,4 +4924,4 @@
 }
     return 0;
 }
-#endif /* 0 */
+#endif /* TEST */