]> git.sesse.net Git - nageru/blobdiff - Makefile
Stop sending interpolated images through the cache.
[nageru] / Makefile
index 9e234caf4dac38e2046f47d75e63ed9d87c1053d..6946cae7570fe8e3ee987302350000ffb4c78c5b 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
@@ -33,7 +33,7 @@ OBJS += state.pb.o
 
 all: futatabi flow vis eval
 
-mainwindow.o: ui_mainwindow.h
+mainwindow.o: ui_mainwindow.h state.pb.h
 
 clip_list.h: state.pb.h