mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-19 22:10:34 +00:00
lavu/avassert: include config.h
Fix setting the assert level.
This commit is contained in:
parent
cf7ed01938
commit
ca9ec4e7ed
@ -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…
Reference in New Issue
Block a user