[FFmpeg-devel] [PATCH 1/6] avformat/utils: remove unneeded #include, there are no assert() only av_assert*
Paul B Mahol
onemda at gmail.com
Fri Jan 30 12:27:52 CET 2015
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
libavformat/utils.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index f6df49b..81c7a0d 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#undef NDEBUG
-#include <assert.h>
#include <stdarg.h>
#include <stdint.h>
--
1.7.11.2
More information about the ffmpeg-devel
mailing list