diff mbox series

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

Message ID 20211219174149.12044-1-ffmpeg@tmm1.net
State Accepted
Commit 9c590b76f484a5021fa3e29f1043ddf6c33ae554
Headers show
Series [FFmpeg-devel] avutil: add objc.h to SKIPHEADERS | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished

Commit Message

Aman Karmani Dec. 19, 2021, 5:41 p.m. UTC
From: Aman Karmani <aman@tmm1.net>

Signed-off-by: Aman Karmani <aman@tmm1.net>
---
 libavutil/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Aman Karmani Dec. 19, 2021, 8:22 p.m. UTC | #1
On Sun, Dec 19, 2021 at 9:41 AM Aman Karmani <ffmpeg@tmm1.net> wrote:

> From: Aman Karmani <aman@tmm1.net>
>
> Signed-off-by: Aman Karmani <aman@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
>
>
diff mbox series

Patch

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
 SKIPHEADERS-$(HAVE_CUDA_H)             += hwcontext_cuda.h
 SKIPHEADERS-$(CONFIG_CUDA)             += hwcontext_cuda_internal.h     \
                                           cuda_check.h