mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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:
parent
6348be83e8
commit
0154f142f3
@ -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…
Reference in New Issue
Block a user