summaryrefslogtreecommitdiff
path: root/libavutil/lls.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-07-14 12:01:53 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-07-14 12:01:53 +0000
commit2c779260a99b0b3b23c275e92f9feae4068919db (patch)
tree9ba0a47fb3b57777f490be471f30d69467232827 /libavutil/lls.c
parentd14ed1f21b598262cb3030ed30fd6a152acf6c35 (diff)
unneeded #include
Originally committed as revision 5743 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/lls.c')
-rw-r--r--libavutil/lls.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/lls.c b/libavutil/lls.c
index 396c4f780e..0556d8c80f 100644
--- a/libavutil/lls.c
+++ b/libavutil/lls.c
@@ -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