From bac6cfcb3a1d13c04702e3bd6e54a7515a4c46b9 Mon Sep 17 00:00:00 2001 From: Deti Fliegl Date: Mon, 22 Sep 2014 02:46:03 +0200 Subject: avdevice: add decklink input support Signed-off-by: Michael Niedermayer --- libavdevice/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavdevice/Makefile') diff --git a/libavdevice/Makefile b/libavdevice/Makefile index f90c0f73c7..8cf98f0bce 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -17,6 +17,7 @@ OBJS-$(CONFIG_AVFOUNDATION_INDEV) += avfoundation.o OBJS-$(CONFIG_BKTR_INDEV) += bktr.o OBJS-$(CONFIG_CACA_OUTDEV) += caca.o OBJS-$(CONFIG_DECKLINK_OUTDEV) += decklink_enc.o decklink_enc_c.o decklink_common.o +OBJS-$(CONFIG_DECKLINK_INDEV) += decklink_dec.o decklink_dec_c.o decklink_common.o OBJS-$(CONFIG_DSHOW_INDEV) += dshow.o dshow_enummediatypes.o \ dshow_enumpins.o dshow_filter.o \ dshow_pin.o dshow_common.o @@ -57,7 +58,7 @@ OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o # Windows resource file SLIBOBJS-$(HAVE_GNU_WINDRES) += avdeviceres.o -SKIPHEADERS-$(CONFIG_DECKLINK) += decklink_enc.h decklink_common.h +SKIPHEADERS-$(CONFIG_DECKLINK) += decklink_enc.h decklink_dec.h decklink_common.h SKIPHEADERS-$(CONFIG_DSHOW_INDEV) += dshow_capture.h SKIPHEADERS-$(CONFIG_FBDEV_INDEV) += fbdev_common.h SKIPHEADERS-$(CONFIG_FBDEV_OUTDEV) += fbdev_common.h -- cgit v1.2.3