mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
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:
@ -156,7 +156,7 @@ int64_t av_i2int(AVInteger a){
|
||||
return out;
|
||||
}
|
||||
|
||||
#if 0
|
||||
#ifdef TEST
|
||||
#undef NDEBUG
|
||||
#include <assert.h>
|
||||
|
||||
|
Reference in New Issue
Block a user