X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=624ddcdef19c65214a1a4a02db074c3f35f0e6e1;hb=6796837c2e3e08de8d530be233317a2fc4a43f72;hp=e57af7d70f7c3f9a87090a676884e2fc69a5af72;hpb=c76392ca2e019399e6123a7ba0849090a3f7a4ce;p=nageru diff --git a/Makefile b/Makefile index e57af7d..624ddcd 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ OBJS=glwidget.o main.o mainwindow.o window.o OBJS += glwidget.moc.o mainwindow.moc.o window.moc.o # Mixer objects -OBJS += h264encode.o mixer.o bmusb.o pbo_frame_allocator.o context.o +OBJS += h264encode.o mixer.o bmusb.o pbo_frame_allocator.o context.o ref_counted_frame.o %.o: %.cpp $(CXX) -MMD -MP $(CPPFLAGS) $(CXXFLAGS) -o $@ -c $<