10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs

Originally committed as revision 9636 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Alex Beregszaszi 18 years ago
parent 71e4199485
commit 7eed4aef83
  1. 1
      libavutil/internal.h

@ -27,7 +27,6 @@
#define INTERNAL_H #define INTERNAL_H
#include <stdint.h> #include <stdint.h>
#include <assert.h>
#ifndef attribute_used #ifndef attribute_used
#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0) #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)

Loading…
Cancel
Save