diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2014-02-08 18:01:26 -0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-09 17:15:19 +0100 |
commit | 5965adeb20476071e8f2d0d579c57fe1d2483764 (patch) | |
tree | 812a01b7e2b45096540930bf404c61e8f67d3776 /libavdevice/Makefile | |
parent | 36a62979537018a3c1572ede96dce6316b7daf5d (diff) | |
download | ffmpeg-streaming-5965adeb20476071e8f2d0d579c57fe1d2483764.zip ffmpeg-streaming-5965adeb20476071e8f2d0d579c57fe1d2483764.tar.gz |
lavd: add decklink output device
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 fb57c33..56db451 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -17,6 +17,7 @@ OBJS-$(CONFIG_ALSA_OUTDEV) += alsa-audio-common.o \ alsa-audio-enc.o OBJS-$(CONFIG_BKTR_INDEV) += bktr.o OBJS-$(CONFIG_CACA_OUTDEV) += caca.o +OBJS-$(CONFIG_DECKLINK_OUTDEV) += decklink_enc.o decklink_enc_c.o OBJS-$(CONFIG_DSHOW_INDEV) += dshow.o dshow_enummediatypes.o \ dshow_enumpins.o dshow_filter.o \ dshow_pin.o dshow_common.o |