[FFmpeg-devel] [PATCH] avutil: add objc.h to SKIPHEADERS

Aman Karmani ffmpeg at tmm1.net
Sun Dec 19 22:22:49 EET 2021


On Sun, Dec 19, 2021 at 9:41 AM Aman Karmani <ffmpeg at tmm1.net> wrote:

> From: Aman Karmani <aman at tmm1.net>
>
> Signed-off-by: Aman Karmani <aman at tmm1.net>
> ---
>  libavutil/Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/libavutil/Makefile b/libavutil/Makefile
> index 529046dbc8..d17876df1a 100644
> --- a/libavutil/Makefile
> +++ b/libavutil/Makefile
> @@ -195,6 +195,7 @@ OBJS += $(COMPAT_OBJS:%=../compat/%)
>  # Windows resource file
>  SLIBOBJS-$(HAVE_GNU_WINDRES)            += avutilres.o
>
> +SKIPHEADERS                            += objc.h


Applied to fix `make checkheaders`


>  SKIPHEADERS-$(HAVE_CUDA_H)             += hwcontext_cuda.h
>  SKIPHEADERS-$(CONFIG_CUDA)             += hwcontext_cuda_internal.h     \
>                                            cuda_check.h
> --
> 2.33.0
>
>


More information about the ffmpeg-devel mailing list