You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/Makefile: add imf.h to SKIPHEADERS
Should fix "make checkheaders". Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user