Q: ffmpeg produces bad movies with more than one camera.

A: Add -D_REENTRANT to the OPTFLAGS in the main Makefile of ffmpeg.


Q: mpeg_encode doesn't compile

A: Outcomment line 129 in libpnmrw.c it is conflicting with the include files.


Q: motion crashes while parsing the config file.

A: Appearantly the behaviour of strtok in glibc has changed somewhat.
   This problem should be fixed as of 2.3


Q: Were does motion look for the config file?

A: First it will look for 'motion.conf' in the current directory, next it will
   try to find '.motion/motion.conf' in your home directory (pointed to by
   the HOME environment variable). If these don't exist it will try to open
   '/usr/local/etc/motion.conf' if you specified /usr/local as the prefix to
   configure (this is the default).
