diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-02-19 19:55:14 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-02-19 19:55:14 +0100 |
commit | a88dee8eea191d8bd3bf00a0a82c0302ce10a7c5 (patch) | |
tree | d500f3857dea3949823b0400dd78d8d312267ac5 /libavdevice/Makefile | |
parent | 3734c3ea51ae002a85366ee52dbc8f9df4cfd3db (diff) | |
download | ffmpeg-streaming-a88dee8eea191d8bd3bf00a0a82c0302ce10a7c5.zip ffmpeg-streaming-a88dee8eea191d8bd3bf00a0a82c0302ce10a7c5.tar.gz |
Add decklink_enc.h to SKIPHEADERS.
Fixes make checkheaders without decklink headers.
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |