From e3710646f6557a1592fbffa910ebed674cd9edf0 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 17 May 2005 14:30:56 +0000 Subject: Added code, preparing threaded encoding. --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 11f5416..2bdb4dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,8 @@ miav_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; fi ) \ dv1394.cc \ server_status.cc \ info_gui.cc \ - info_console.cc + info_console.cc \ + mov_encoder_thread.cc EXTRA_DIST = \ aboutwindow.h \ @@ -61,7 +62,8 @@ EXTRA_DIST = \ server_status.h \ info.h \ info_gui.h \ - info_console.h + info_console.h \ + mov_encoder_thread.h miav_LDADD := $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList o; fi ) -- cgit v1.2.3