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:
authorTimothy Gu <timothygu99@gmail.com>2015-12-02 08:44:50 +0300
committerTimothy Gu <timothygu99@gmail.com>2016-01-24 18:28:18 +0300
commitaf54a36fc42d2d2824b5820b59af9f421b849371 (patch)
treece2ea4237056988e1240b35b11de5f5b2a8b1315 /libavdevice/Makefile
parent17d41220d81d605a242eaf3a5063d240f5e3e40e (diff)
avdevice: Mark decklink_common.h as unconditional SKIPHEADER
It is a C++ file, incompatible with the checkheaders infrastructure.
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r--libavdevice/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index f57ec0bcb1..8394e871ec 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