projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d14ed1f
)
unneeded #include
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 14 Jul 2006 12:01:53 +0000
(12:01 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/libavutil/lls.c
b/libavutil/lls.c
index 396c4f780ee63575a555669e556e8b7b0ecfdfb6..0556d8c80fb0535b70299baef1c4dde3ea530c49 100644
(file)
--- 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