On Wed, Apr 26, 2023 at 2:32 PM Nicolas George <geo...@nsup.org> wrote: > > Fix setting the assert level. > > Signed-off-by: Nicolas George <geo...@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" >
This is an installed header, it cannot depend on config.h - Hendrik _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".