mirror of https://git.ffmpeg.org/ffmpeg.git
unneeded #include
Originally committed as revision 5743 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d14ed1f21b
commit
2c779260a9
|
@ -28,9 +28,6 @@
|
||||||
|
|
||||||
#include "lls.h"
|
#include "lls.h"
|
||||||
|
|
||||||
#undef NDEBUG // allways check asserts, the speed effect is far too small to disable them
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#ifdef TEST
|
#ifdef TEST
|
||||||
#define av_log(a,b,...) printf(__VA_ARGS__)
|
#define av_log(a,b,...) printf(__VA_ARGS__)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue