Commit ca9ec4e7 authored by Nicolas George's avatar Nicolas George

lavu/avassert: include config.h

Fix setting the assert level.
parent cf7ed019
......@@ -28,6 +28,9 @@
#define AVUTIL_AVASSERT_H
#include <stdlib.h>
#ifdef HAVE_AV_CONFIG_H
# include "config.h"
#endif
#include "log.h"
#include "macros.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment