summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--TODO14
-rw-r--r--configure.in1
3 files changed, 15 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 1353b08..fae527d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
AUTOMAKE_OPTIONS = gnu
-SUBDIRS = pixmaps tools src
-DISTDIRS = pixmaps tools src
+SUBDIRS = pixmaps tools src etc
+DISTDIRS = pixmaps tools src etc
diff --git a/TODO b/TODO
index 0ca8020..4a24c68 100644
--- a/TODO
+++ b/TODO
@@ -34,14 +34,22 @@ CPRQueryDialog:
Encoder:
[ ] - Send savestate signal.
[ ] - Make all data sent before deleting network object. (flush)
+ [x] - Remove ffmpeg code.
+ [x] - Make use of 2.6 kernel (through raw1394)
Decoder:
[ ] - Enable sound decoding for the network stream.
+ [x] - Remove ffmpeg code.
+ [x] - Make use of 2.6 kernel (through raw1394)
Camera:
[x] - Add initialize method (constructor should do nothing).
[%] - Add getStatus methods. (implemented through error object)
+Player:
+ [x] - Remove ffmpeg code.
+ [x] - Use libdv for dv decoding
+
==========================================================================
TASKS (server)
==========================================================================
@@ -50,6 +58,7 @@ ImgEncoder:
[x] - Make libjpeg calls work again.
MovEncoder:
+ [ ] - Remove ffmpeg code.
[ ] - Enable sound.
Main:
@@ -68,11 +77,12 @@ Makesystem:
[x] - Include pixmaps and tools in distdir.
[x] - Make pixmaps correctly intalled.
[x] - Make QT link correctly on fedora core 1
- [ ] - Make libJpeg link correctly on fedora core 1
+ [x] - Make libJpeg link correctly on fedora core 1
+ [ ] - Make configuration files installed in $(prefix)/etc/miav
MiavConfig:
[x] - Integrate file parser.
- [x] - USe error object.
+ [x] - Use error object.
[ ] - Make code for input validity test.
ErrorObject:
diff --git a/configure.in b/configure.in
index bc3a645..062985b 100644
--- a/configure.in
+++ b/configure.in
@@ -55,4 +55,5 @@ AC_OUTPUT(
Makefile
src/Makefile
tools/Makefile
+ etc/Makefile
pixmaps/Makefile)