ffmpeg | branch: master | Timothy Gu <timothyg...@gmail.com> | Tue Dec 1 21:44:50 2015 -0800| [af54a36fc42d2d2824b5820b59af9f421b849371] | committer: Timothy Gu
avdevice: Mark decklink_common.h as unconditional SKIPHEADER It is a C++ file, incompatible with the checkheaders infrastructure. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af54a36fc42d2d2824b5820b59af9f421b849371 --- libavdevice/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavdevice/Makefile b/libavdevice/Makefile index f57ec0b..8394e87 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -58,8 +58,9 @@ OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o # Windows resource file SLIBOBJS-$(HAVE_GNU_WINDRES) += avdeviceres.o +SKIPHEADERS += decklink_common.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_FBDEV_INDEV) += fbdev_common.h SKIPHEADERS-$(CONFIG_FBDEV_OUTDEV) += fbdev_common.h _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog