summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-09-30 21:57:31 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-09-30 21:57:31 +0000
commitb926b6282d3b9fc8115660ae013f74f4f8c06d30 (patch)
treee8fa5303fb381da283980345d95b6f94994f6164 /libavutil/Makefile
parent59b4e5ba49180942be3c8bb26dbf6820e015cb0d (diff)
av_assert() system.
With this the developer can now choose if he wants an assert always enabled or at which compile time assert level. This can thus replace the #define NDEBUG hacks Originally committed as revision 25278 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index f9178e87d9..3f13092c3c 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -3,6 +3,7 @@ include $(SUBDIR)../config.mak
NAME = avutil
HEADERS = adler32.h \
+ assert.h \
attributes.h \
avstring.h \
avutil.h \