* [FFmpeg-devel] [PATCH] lavc/Makefile: fix make checkheaders fail
@ 2022-08-04 9:51 Jun Zhao
2022-08-04 10:33 ` Andreas Rheinhardt
0 siblings, 1 reply; 3+ messages in thread
From: Jun Zhao @ 2022-08-04 9:51 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: Jun Zhao
Fix the break when used libavcodec/Makefile
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
---
libavcodec/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 836132f430..5ba7fb6b86 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -1234,6 +1234,7 @@ SKIPHEADERS-$(CONFIG_D3D11VA) += d3d11va.h dxva2_internal.h
SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
SKIPHEADERS-$(CONFIG_JNI) += ffjni.h
SKIPHEADERS-$(CONFIG_LCMS2) += fflcms2.h
+SKIPHEADERS-$(CONFIG_LIBAOM) += libaom.h
SKIPHEADERS-$(CONFIG_LIBJXL) += libjxl.h
SKIPHEADERS-$(CONFIG_LIBVPX) += libvpx.h
SKIPHEADERS-$(CONFIG_LIBWEBP_ENCODER) += libwebpenc_common.h
@@ -1248,6 +1249,7 @@ SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_decode.h vaapi_hevc.h vaapi_enco
SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h
SKIPHEADERS-$(CONFIG_VIDEOTOOLBOX) += videotoolbox.h vt_internal.h
SKIPHEADERS-$(CONFIG_V4L2_M2M) += v4l2_buffers.h v4l2_context.h v4l2_m2m.h
+SKIPHEADERS-$(CONFIG_ZLIB) += zlib_wrapper.h
TESTPROGS = avcodec \
avpacket \
--
2.25.1
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [FFmpeg-devel] [PATCH] lavc/Makefile: fix make checkheaders fail
2022-08-04 9:51 [FFmpeg-devel] [PATCH] lavc/Makefile: fix make checkheaders fail Jun Zhao
@ 2022-08-04 10:33 ` Andreas Rheinhardt
2022-08-05 16:49 ` mypopy
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Rheinhardt @ 2022-08-04 10:33 UTC (permalink / raw)
To: ffmpeg-devel
Jun Zhao:
> Fix the break when used libavcodec/Makefile
>
> Signed-off-by: Jun Zhao <mypopydev@gmail.com>
> ---
> libavcodec/Makefile | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/libavcodec/Makefile b/libavcodec/Makefile
> index 836132f430..5ba7fb6b86 100644
> --- a/libavcodec/Makefile
> +++ b/libavcodec/Makefile
> @@ -1234,6 +1234,7 @@ SKIPHEADERS-$(CONFIG_D3D11VA) += d3d11va.h dxva2_internal.h
> SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
> SKIPHEADERS-$(CONFIG_JNI) += ffjni.h
> SKIPHEADERS-$(CONFIG_LCMS2) += fflcms2.h
> +SKIPHEADERS-$(CONFIG_LIBAOM) += libaom.h
> SKIPHEADERS-$(CONFIG_LIBJXL) += libjxl.h
> SKIPHEADERS-$(CONFIG_LIBVPX) += libvpx.h
> SKIPHEADERS-$(CONFIG_LIBWEBP_ENCODER) += libwebpenc_common.h
> @@ -1248,6 +1249,7 @@ SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_decode.h vaapi_hevc.h vaapi_enco
> SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h
> SKIPHEADERS-$(CONFIG_VIDEOTOOLBOX) += videotoolbox.h vt_internal.h
> SKIPHEADERS-$(CONFIG_V4L2_M2M) += v4l2_buffers.h v4l2_context.h v4l2_m2m.h
> +SKIPHEADERS-$(CONFIG_ZLIB) += zlib_wrapper.h
>
> TESTPROGS = avcodec \
> avpacket \
LGTM.
- Andreas
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [FFmpeg-devel] [PATCH] lavc/Makefile: fix make checkheaders fail
2022-08-04 10:33 ` Andreas Rheinhardt
@ 2022-08-05 16:49 ` mypopy
0 siblings, 0 replies; 3+ messages in thread
From: mypopy @ 2022-08-05 16:49 UTC (permalink / raw)
To: FFmpeg development discussions and patches
On Thu, Aug 4, 2022 at 6:34 PM Andreas Rheinhardt
<andreas.rheinhardt@outlook.com> wrote:
>
> Jun Zhao:
> > Fix the break when used libavcodec/Makefile
> >
> > Signed-off-by: Jun Zhao <mypopydev@gmail.com>
> > ---
> > libavcodec/Makefile | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/libavcodec/Makefile b/libavcodec/Makefile
> > index 836132f430..5ba7fb6b86 100644
> > --- a/libavcodec/Makefile
> > +++ b/libavcodec/Makefile
> > @@ -1234,6 +1234,7 @@ SKIPHEADERS-$(CONFIG_D3D11VA) += d3d11va.h dxva2_internal.h
> > SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
> > SKIPHEADERS-$(CONFIG_JNI) += ffjni.h
> > SKIPHEADERS-$(CONFIG_LCMS2) += fflcms2.h
> > +SKIPHEADERS-$(CONFIG_LIBAOM) += libaom.h
> > SKIPHEADERS-$(CONFIG_LIBJXL) += libjxl.h
> > SKIPHEADERS-$(CONFIG_LIBVPX) += libvpx.h
> > SKIPHEADERS-$(CONFIG_LIBWEBP_ENCODER) += libwebpenc_common.h
> > @@ -1248,6 +1249,7 @@ SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_decode.h vaapi_hevc.h vaapi_enco
> > SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h
> > SKIPHEADERS-$(CONFIG_VIDEOTOOLBOX) += videotoolbox.h vt_internal.h
> > SKIPHEADERS-$(CONFIG_V4L2_M2M) += v4l2_buffers.h v4l2_context.h v4l2_m2m.h
> > +SKIPHEADERS-$(CONFIG_ZLIB) += zlib_wrapper.h
> >
> > TESTPROGS = avcodec \
> > avpacket \
>
> LGTM.
>
> - Andreas
Thx the review, patch applyed
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-05 16:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-04 9:51 [FFmpeg-devel] [PATCH] lavc/Makefile: fix make checkheaders fail Jun Zhao
2022-08-04 10:33 ` Andreas Rheinhardt
2022-08-05 16:49 ` mypopy
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git