Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-02-19 22:55:14 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-02-19 22:55:14 +0400
commita88dee8eea191d8bd3bf00a0a82c0302ce10a7c5 (patch)
treed500f3857dea3949823b0400dd78d8d312267ac5 /libavdevice/Makefile
parent3734c3ea51ae002a85366ee52dbc8f9df4cfd3db (diff)
Add decklink_enc.h to SKIPHEADERS.
Fixes make checkheaders without decklink headers.
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r--libavdevice/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 56db451025..ba503a3911 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