[FFmpeg-devel] [PATCH 2/2] avfilter/Makefile: Add fflcms2.h to SKIPHEADERS- if necessary

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Thu Apr 28 02:47:49 EEST 2022


Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 libavfilter/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 1db097b464..e06acdf881 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -596,6 +596,7 @@ SHLIBOBJS                                    += log2_tab.o
 # Windows resource file
 SLIBOBJS-$(HAVE_GNU_WINDRES)                 += avfilterres.o
 
+SKIPHEADERS-$(CONFIG_LCMS2)                  += fflcms2.h
 SKIPHEADERS-$(CONFIG_LIBVIDSTAB)             += vidstabutils.h
 
 SKIPHEADERS-$(CONFIG_QSVVPP)                 += qsvvpp.h
-- 
2.32.0



More information about the ffmpeg-devel mailing list