mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avdevice: Mark decklink_common.h as unconditional SKIPHEADER
It is a C++ file, incompatible with the checkheaders infrastructure.
This commit is contained in:
parent
17d41220d8
commit
af54a36fc4
@ -58,8 +58,9 @@ OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
|
|||||||
# Windows resource file
|
# Windows resource file
|
||||||
SLIBOBJS-$(HAVE_GNU_WINDRES) += avdeviceres.o
|
SLIBOBJS-$(HAVE_GNU_WINDRES) += avdeviceres.o
|
||||||
|
|
||||||
|
SKIPHEADERS += decklink_common.h
|
||||||
SKIPHEADERS-$(CONFIG_DECKLINK) += decklink_enc.h decklink_dec.h \
|
SKIPHEADERS-$(CONFIG_DECKLINK) += decklink_enc.h decklink_dec.h \
|
||||||
decklink_common.h decklink_common_c.h
|
decklink_common_c.h
|
||||||
SKIPHEADERS-$(CONFIG_DSHOW_INDEV) += dshow_capture.h
|
SKIPHEADERS-$(CONFIG_DSHOW_INDEV) += dshow_capture.h
|
||||||
SKIPHEADERS-$(CONFIG_FBDEV_INDEV) += fbdev_common.h
|
SKIPHEADERS-$(CONFIG_FBDEV_INDEV) += fbdev_common.h
|
||||||
SKIPHEADERS-$(CONFIG_FBDEV_OUTDEV) += fbdev_common.h
|
SKIPHEADERS-$(CONFIG_FBDEV_OUTDEV) += fbdev_common.h
|
||||||
|
Loading…
Reference in New Issue
Block a user