From 4fa58b74745ead74fd3aeb83deb1ff534cc21539 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 10 Dec 2003 16:30:26 +0000 Subject: fix warnings about NDEBUG being redefined CVS patchset: 5886 CVS date: 2003/12/10 16:30:26 --- src/libffmpeg/libavcodec/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libffmpeg/libavcodec') diff --git a/src/libffmpeg/libavcodec/common.h b/src/libffmpeg/libavcodec/common.h index 96dc443bd..870a3279c 100644 --- a/src/libffmpeg/libavcodec/common.h +++ b/src/libffmpeg/libavcodec/common.h @@ -173,7 +173,9 @@ typedef signed __int64 int64_t; /* debug stuff */ # ifndef DEBUG +# ifndef NDEBUG # define NDEBUG +# endif # endif # include -- cgit v1.2.3