* remove .cvsignore from Makefile.am. .cvsignore is a CVS-file, which has no
function whatsoever in a release tarball. So it doesn't need an entry.
* start using noinst_HEADERS and include_HEADERS instead of adding headers
to the appname_SOURCES. We need to be careful with the headers that we
install, and we need to be clear about source requirements for each of
the binaries.
* Add installable include headers for libmpeg2encpp.so. Andrew, please double
check, I simply picked all the ones included in mpeg2enc.cc plus the ones
needed by them.
* Remove all CPU optimization/acceleration code from libmjpegutils.a and put
it in a separate non-installed lib (libcpuaccel.a).
* Prepare all stuff for using libtool. This makes the build easier. However,
it doesn't work yet because it tries gcc instead of nasm on .s sources.
GStreamer doesn't have this, so I need to double check this.
* RPM building is broken. See bug #88417 in RedHat bugzilla.
* Some more...
* Make distcheck now works.