From 07e4e3ea8bcccce9bba6b07d9cb8f9e896a58548 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 20 Jan 2008 23:53:51 +0000 Subject: Consistently use TEST as the preprocessor condition to enable test code. Originally committed as revision 11581 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cabac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/cabac.c') diff --git a/libavcodec/cabac.c b/libavcodec/cabac.c index 1e0d9e592a..e12533818f 100644 --- a/libavcodec/cabac.c +++ b/libavcodec/cabac.c @@ -178,7 +178,7 @@ void ff_init_cabac_states(CABACContext *c){ } } -#if 0 //selftest +#ifdef TEST #undef random #define SIZE 10240 @@ -262,4 +262,4 @@ STOP_TIMER("get_cabac_ueg") return 0; } -#endif +#endif /* TEST */ -- cgit v1.2.3