Altered the risky use of sprintf to snprintf in all places related to use with config strings that can become very long (Kenneth Lavrsen)
Removed annoying debug messages (v4l_set_input really needed ?) in the FreeBSD version (Angel Carpintero)
Fixed the check for ffmpeg version. In rev 5503 of ffmpeg the FFMPEG_VERSION_INT was removed from libavcodec/avcodec.h. Instead we now use the equivalent LIBAVFORMAT_BUILD >= 4616 which is the 0.4.9pre1 version of ffmpeg. (Kenneth Lavrsen)
Fixed segfault when netcam_url has no service ( http , ftp ) (Angel Carpintero)
Fixed interlace issue with METEOR_GEO_EVEN_ONLY in FreeBSD (Angel Carpintero)
Fixed possible syntax error in configure related to MySQL (Angel Carpintero)
The pwc-ioctl.h is for pwc version 9.0.1, 10.0.X. If you still use the pwc 8 series then you need to use the headerfile pwc-ioctl.h-pwc8.0 (copy the pwc-ioctl.h-pwc8.0 over pwc-ioctl.h). This is relevant for USB cameras using Philips chips.