diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-04-28 01:40:24 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-04-29 01:30:14 +0200 |
commit | 5f8c83e95e4b871d1073c07233903cd4669949b7 (patch) | |
tree | 4ba1a76b6c93821584f77e5394f0ce18ead27b17 /libavfilter/Makefile | |
parent | 2eb7e38cb85a6970f9f21b758385c0f17ac26cfd (diff) | |
download | ffmpeg-5f8c83e95e4b871d1073c07233903cd4669949b7.tar.gz |
avfilter/Makefile: Add fflcms2.h to SKIPHEADERS- if necessary
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |