[FFmpeg-devel] [PATCH 2/2] lavu/avassert: include config.h

Nicolas George george at nsup.org
Wed Apr 26 15:31:38 EEST 2023


Fix setting the assert level.

Signed-off-by: Nicolas George <george at nsup.org>
---
 libavutil/avassert.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavutil/avassert.h b/libavutil/avassert.h
index 51e462bbae..8f3f72c80c 100644
--- a/libavutil/avassert.h
+++ b/libavutil/avassert.h
@@ -28,6 +28,7 @@
 #define AVUTIL_AVASSERT_H
 
 #include <stdlib.h>
+#include "config.h"
 #include "log.h"
 #include "macros.h"
 
-- 
2.39.2



More information about the ffmpeg-devel mailing list