On Sun, Dec 19, 2021 at 9:41 AM Aman Karmani <[email protected]> wrote:
> From: Aman Karmani <[email protected]> > > Signed-off-by: Aman Karmani <[email protected]> > --- > 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 > > _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
