diff options
author | deva <deva> | 2006-01-10 11:24:31 +0000 |
---|---|---|
committer | deva <deva> | 2006-01-10 11:24:31 +0000 |
commit | 71c713dce2b5128862b293aa7fcc1d7ee89ffaf1 (patch) | |
tree | 6354103c5d66bbbe6f3a0eda28d908f380c7c63a /src/Makefile.am | |
parent | cbe575f21ab008182b5771b691ec4c93c5b2b87a (diff) |
*** empty log message ***
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 441750d..69923f6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,7 +50,7 @@ miav_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; fi ) \ threadsafe_queue.cc \ threadsafe_queue_fifo.cc \ threadsafe_queue_priority.cc \ - transmitter.cc \ + encoder.cc \ util.cc \ videowidget.cc \ yuv_draw.cc @@ -109,7 +109,7 @@ EXTRA_DIST = \ threadsafe_queue.h \ threadsafe_queue_fifo.h \ threadsafe_queue_priority.h \ - transmitter.h \ + encoder.h \ util.h \ videowidget.h \ yuv_draw.h |