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

Andreas Rheinhardt git at videolan.org
Fri Apr 29 02:33:19 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Apr 28 01:40:24 2022 +0200| [5f8c83e95e4b871d1073c07233903cd4669949b7] | committer: Andreas Rheinhardt

avfilter/Makefile: Add fflcms2.h to SKIPHEADERS- if necessary

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

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

 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



More information about the ffmpeg-cvslog mailing list