diff --git a/libavcodec/rangecoder.h b/libavcodec/rangecoder.h index 3c363ac32c..1d68b9ac9a 100644 --- a/libavcodec/rangecoder.h +++ b/libavcodec/rangecoder.h @@ -23,10 +23,6 @@ * Range coder. */ - -#undef NDEBUG -#include - typedef struct RangeCoder{ int low; int range;