[FFmpeg-cvslog] avfilter/Makefile: add missing SKIPHEADERS for AMF

James Almer git at videolan.org
Tue Feb 4 21:36:57 EET 2025


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Feb  4 16:35:06 2025 -0300| [a750bcb237bca9381c98fc40e83f272177c1fd7b] | committer: James Almer

avfilter/Makefile: add missing SKIPHEADERS for AMF

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a750bcb237bca9381c98fc40e83f272177c1fd7b
---

 libavfilter/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 979a8876a8..e92dec7dee 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -663,6 +663,7 @@ SHLIBOBJS-$(HAVE_GNU_WINDRES)                += avfilterres.o
 SKIPHEADERS-$(CONFIG_LCMS2)                  += fflcms2.h
 SKIPHEADERS-$(CONFIG_LIBVIDSTAB)             += vidstabutils.h
 
+SKIPHEADERS-$(CONFIG_AMF)                    += vf_amf_common.h
 SKIPHEADERS-$(CONFIG_QSVVPP)                 += qsvvpp.h stack_internal.h
 SKIPHEADERS-$(CONFIG_OPENCL)                 += opencl.h
 SKIPHEADERS-$(CONFIG_VAAPI)                  += vaapi_vpp.h stack_internal.h



More information about the ffmpeg-cvslog mailing list