X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=970450e0fc1e0446cea8c3c4c0651f405f09943f;hb=7f726d57e80de3e18686f0e45482ca48db91e82f;hp=2d2d60950dca9d5768fe36416a597bd66425e3f0;hpb=00bcd63104da3965714baaffd3bf6526e85a6f26;p=nageru diff --git a/Makefile b/Makefile index 2d2d609..970450e 100644 --- a/Makefile +++ b/Makefile @@ -22,13 +22,13 @@ OBJS += midi_mapper.o midi_mapping.pb.o # Mixer objects AUDIO_MIXER_OBJS = audio_mixer.o alsa_input.o alsa_pool.o ebu_r128_proc.o stereocompressor.o resampling_queue.o flags.o correlation_measurer.o filter.o input_mapping.o state.pb.o -OBJS += chroma_subsampler.o mixer.o pbo_frame_allocator.o context.o ref_counted_frame.o theme.o httpd.o flags.o image_input.o alsa_output.o disk_space_estimator.o print_latency.o $(AUDIO_MIXER_OBJS) +OBJS += chroma_subsampler.o mixer.o pbo_frame_allocator.o context.o ref_counted_frame.o theme.o httpd.o flags.o image_input.o alsa_output.o disk_space_estimator.o print_latency.o timecode_renderer.o $(AUDIO_MIXER_OBJS) # Streaming and encoding objects 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)