Cinelerra 7, compile error when videodev is enabled
Brought to you by:
heroines
The ./configure script of quicktime/thirdparty/libdv-0.104/libdv fails to detect videodev.h . This is because the old videodev.h is now libv4l1-videodev.h, but the configure script of LIBDV still checks for the old name. This can be fixed by creating a link:
sudo ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h
After that (and running ./configure and make), the compiler complains about VIDEO_MAX_FRAME and the build fails.
Uploaded patch 53 to fix this problem. (note: patch 52 is a dummy, SourceForge gave an error when uploading it)