]> git.sesse.net Git - nageru/blobdiff - Makefile
Fix loading of existing frames with -d.
[nageru] / Makefile
index 9e234caf4dac38e2046f47d75e63ed9d87c1053d..a080c6c966f5e66e8ef86b594afb60fc9b9f1cd4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ OBJS += $(OBJS_WITH_MOC:.o=.moc.o)
 OBJS += flow.o gpu_timers.o
 
 OBJS += ffmpeg_raii.o main.o player.o httpd.o mux.o metacube2.o video_stream.o context.o chroma_subsampler.o
-OBJS += vaapi_jpeg_decoder.o memcpy_interleaved.o db.o
+OBJS += vaapi_jpeg_decoder.o memcpy_interleaved.o db.o disk_space_estimator.o ycbcr_converter.o flags.o
 OBJS += state.pb.o
 
 %.o: %.cpp