From d5e1739f5288355869eccd53ab3eb1a4000d1cab Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 14 Apr 2005 17:28:21 +0000 Subject: Unified the frame types. --- src/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 24c6972..4f0ffa2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,9 +11,8 @@ miav_SOURCES = $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList cc; fi ) \ aboutwindow.cc \ camera.cc \ decoder.cc \ - dvframe.cc \ encoder.cc \ - ffframe.cc \ + frame.cc \ mainwindow.cc \ cprquerydialog.cc \ miav.cc \ @@ -37,10 +36,9 @@ EXTRA_DIST = \ camera.h \ cprquerydialog.h \ decoder.h \ - dvframe.h \ encoder.h \ error.h \ - ffframe.h \ + frame.h \ img_encoder.h \ mainwindow.h \ messagebox.h \ @@ -55,7 +53,8 @@ EXTRA_DIST = \ socket.h \ thread.h \ util.h \ - videowidget.h + videowidget.h \ + debug.h miav_LDADD := $(shell if [ $QT_CXXFLAGS ] ; then ../tools/MocList o; fi ) \ -lavcodec -lavformat -- cgit v1.2.3