lavu/avassert: include config.h

Fix setting the assert level.
pull/389/head
Nicolas George 2 years ago
parent cf7ed01938
commit ca9ec4e7ed
  1. 3
      libavutil/avassert.h

@ -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"

Loading…
Cancel
Save