diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-01-20 23:53:51 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-01-20 23:53:51 +0000 |
commit | 07e4e3ea8bcccce9bba6b07d9cb8f9e896a58548 (patch) | |
tree | 9e5e081df651a9937daa09ac848e2b5a99827bd2 /libavcodec/snow.c | |
parent | 1ace441909786f7ffbfc00b511c48e131f7ba8d0 (diff) | |
download | ffmpeg-07e4e3ea8bcccce9bba6b07d9cb8f9e896a58548.tar.gz |
Consistently use TEST as the preprocessor condition to enable test code.
Originally committed as revision 11581 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/snow.c')
-rw-r--r-- | libavcodec/snow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c index 1099e34287..64504fec47 100644 --- a/libavcodec/snow.c +++ b/libavcodec/snow.c @@ -4775,7 +4775,7 @@ AVCodec snow_encoder = { #endif -#if 0 +#ifdef TEST #undef malloc #undef free #undef printf @@ -4924,4 +4924,4 @@ int64_t g=0; } return 0; } -#endif /* 0 */ +#endif /* TEST */ |