]> git.sesse.net Git - nageru/blobdiff - Makefile
Add support for DeckLink HDMI/SDI output.
[nageru] / Makefile
index 2d2d60950dca9d5768fe36416a597bd66425e3f0..dba6200f7b122f1dbdfb6987e682a180b0afa5c5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ OBJS += chroma_subsampler.o mixer.o pbo_frame_allocator.o context.o ref_counted_
 OBJS += quicksync_encoder.o x264_encoder.o x264_speed_control.o video_encoder.o metacube2.o mux.o audio_encoder.o ffmpeg_raii.o
 
 # DeckLink
-OBJS += decklink_capture.o decklink_util.o decklink/DeckLinkAPIDispatch.o
+OBJS += decklink_capture.o decklink_util.o decklink_output.o decklink/DeckLinkAPIDispatch.o
 
 # bmusb
 ifeq ($(EMBEDDED_BMUSB),yes)