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

Hendrik Leppkes h.leppkes at gmail.com
Wed Apr 26 16:05:28 EEST 2023


On Wed, Apr 26, 2023 at 2:32 PM Nicolas George <george at nsup.org> wrote:
>
> 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"
>

This is an installed header, it cannot depend on config.h

- Hendrik


More information about the ffmpeg-devel mailing list