unneeded #include
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 14 Jul 2006 12:01:53 +0000 (12:01 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 14 Jul 2006 12:01:53 +0000 (12:01 +0000)
Originally committed as revision 5743 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/lls.c

index 396c4f780ee63575a555669e556e8b7b0ecfdfb6..0556d8c80fb0535b70299baef1c4dde3ea530c49 100644 (file)
@@ -28,9 +28,6 @@
 
 #include "lls.h"
 
-#undef NDEBUG // allways check asserts, the speed effect is far too small to disable them
-#include <assert.h>
-
 #ifdef TEST
 #define av_log(a,b,...) printf(__VA_ARGS__)
 #endif