X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=a8f35f6fe2d6afe0c47338d21e07aca171c94260;hb=35efc9e3149028e6c65dceb46f60490448dcbd9f;hp=84e14df2f4c320941d19e93b6c814edb2b20c6e9;hpb=84bca92d2b56fd344b30f84d82332b4b13422b69;p=nageru diff --git a/Makefile b/Makefile index 84e14df..a8f35f6 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ 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 v210_converter.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 tweaked_inputs.o $(AUDIO_MIXER_OBJS) +OBJS += chroma_subsampler.o v210_converter.o mixer.o metrics.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 tweaked_inputs.o $(AUDIO_MIXER_OBJS) # Streaming and encoding objects OBJS += quicksync_encoder.o x264_encoder.o x264_dynamic.o x264_speed_control.o video_encoder.o metacube2.o mux.o audio_encoder.o ffmpeg_raii.o ffmpeg_util.o @@ -39,7 +39,7 @@ endif OBJS += ffmpeg_capture.o # Benchmark program. -BM_OBJS = benchmark_audio_mixer.o $(AUDIO_MIXER_OBJS) flags.o +BM_OBJS = benchmark_audio_mixer.o $(AUDIO_MIXER_OBJS) flags.o metrics.o %.o: %.cpp $(CXX) -MMD -MP $(CPPFLAGS) $(CXXFLAGS) -o $@ -c $<