Allow compilation of test programs when TEST is defined.

Originally committed as revision 11473 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-01-08 22:54:49 +00:00
parent a005768d25
commit f0cb505aeb
2 changed files with 3 additions and 2 deletions

View File

@ -156,7 +156,7 @@ int64_t av_i2int(AVInteger a){
return out;
}
#if 0
#ifdef TEST
#undef NDEBUG
#include <assert.h>