[FFmpeg-cvslog] avformat/Makefile: add imf.h to SKIPHEADERS
James Almer
git at videolan.org
Sat Jan 1 00:23:33 EET 2022
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Dec 31 19:21:35 2021 -0300| [0154f142f3d09e1ab2b1421bb77ec9ca91a9d82f] | committer: James Almer
avformat/Makefile: add imf.h to SKIPHEADERS
Should fix "make checkheaders".
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0154f142f3d09e1ab2b1421bb77ec9ca91a9d82f
---
libavformat/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 10d1a89083..e31b248ac0 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -685,6 +685,7 @@ OBJS-$(CONFIG_IEC61883_INDEV) += dv.o
# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += avformatres.o
+SKIPHEADERS-$(CONFIG_IMF_DEMUXER) += imf.h
SKIPHEADERS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh.h
SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h
More information about the ffmpeg-cvslog
mailing list