forked from FFmpeg/FFmpeg
lavu/avassert: include config.h
Fix setting the assert level.
This commit is contained in:
parent
cf7ed01938
commit
ca9ec4e7ed
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue