Skip to content

Commit

Permalink
lavu/avassert: include config.h
Browse files Browse the repository at this point in the history
Fix setting the assert level.
  • Loading branch information
Cigaes committed Jul 12, 2023
1 parent cf7ed01 commit ca9ec4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libavutil/avassert.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit ca9ec4e

Please sign in to comment.