[FFmpeg-cvslog] Add decklink_enc.h to SKIPHEADERS.

Carl Eugen Hoyos git at videolan.org
Wed Feb 19 19:56:38 CET 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Feb 19 19:55:14 2014 +0100| [a88dee8eea191d8bd3bf00a0a82c0302ce10a7c5] | committer: Carl Eugen Hoyos

Add decklink_enc.h to SKIPHEADERS.

Fixes make checkheaders without decklink headers.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a88dee8eea191d8bd3bf00a0a82c0302ce10a7c5
---

 libavdevice/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 56db451..ba503a3 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -56,6 +56,7 @@ OBJS-$(HAVE_LIBC_MSVCRT)                 += file_open.o
 # Windows resource file
 SLIBOBJS-$(HAVE_GNU_WINDRES)             += avdeviceres.o
 
+SKIPHEADERS-$(CONFIG_DECKLINK)           += decklink_enc.h
 SKIPHEADERS-$(CONFIG_DSHOW_INDEV)        += dshow_capture.h
 SKIPHEADERS-$(CONFIG_LIBPULSE)           += pulse_audio_common.h
 SKIPHEADERS-$(CONFIG_V4L2_INDEV)         += v4l2-common.h



More information about the ffmpeg-cvslog mailing list