diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-09-23 22:51:36 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-09-23 22:51:36 +0200 |
commit | 9f0ba52f3444c21f752e30d22f2e9dacee9feb71 (patch) | |
tree | fd8fea585533a568272a56152368d730f5b2e439 /libavdevice/Makefile | |
parent | 55179987e7676dcb4df5acda2173185787cb01aa (diff) | |
download | ffmpeg-streaming-9f0ba52f3444c21f752e30d22f2e9dacee9feb71.zip ffmpeg-streaming-9f0ba52f3444c21f752e30d22f2e9dacee9feb71.tar.gz |
Skip decklink_common_c.h when running make checkheaders.
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 8cf98f0..df06d9c 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -58,7 +58,8 @@ OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o # Windows resource file SLIBOBJS-$(HAVE_GNU_WINDRES) += avdeviceres.o -SKIPHEADERS-$(CONFIG_DECKLINK) += decklink_enc.h decklink_dec.h decklink_common.h +SKIPHEADERS-$(CONFIG_DECKLINK) += decklink_enc.h decklink_dec.h \ + decklink_common.h decklink_common_c.h SKIPHEADERS-$(CONFIG_DSHOW_INDEV) += dshow_capture.h SKIPHEADERS-$(CONFIG_FBDEV_INDEV) += fbdev_common.h SKIPHEADERS-$(CONFIG_FBDEV_OUTDEV) += fbdev_common.h |