]> git.sesse.net Git - nageru/blobdiff - Makefile
Start hacking in support for interpolated frames in the main application.
[nageru] / Makefile
index 4b0e275ba6c56bb5352429143df9b2deaa9ecd79..a7ae389f24e5140e4ec2aa297fc4103c1a1e842d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,10 @@ OBJS_WITH_MOC = mainwindow.o jpeg_frame_view.o clip_list.o
 OBJS += $(OBJS_WITH_MOC)
 OBJS += $(OBJS_WITH_MOC:.o=.moc.o) 
 
-OBJS += ffmpeg_raii.o main.o player.o httpd.o mux.o metacube2.o video_stream.o
+# Flow objects
+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
 
 %.o: %.cpp
        $(CXX) -MMD -MP $(CPPFLAGS) $(CXXFLAGS) -o $@ -c $<