forked from FFmpeg/FFmpeg
avformat/Makefile: add imf.h to SKIPHEADERS
Should fix "make checkheaders". Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
6348be83e8
commit
0154f142f3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue