Re: building mythtv 0.24 on el5, status and instructions
Jonathan Martens <[email protected]>
| Newsgroups | gmane.linux.redhat.rpm.atrpms.devel |
|---|---|
| Message-ID | <[email protected]> |
On 18-11-2010 18:11, Axel Thimm wrote: > and you will hit the v4l issue. It doesn't look too difficult to fix, I > wonder how this got broken in the first place. But just because it looks > trivial (e.g. swapping out a header file) it may be not, so it need some > careful digging to understand the change and get it back t working. I have been able to resolve the issue (manually) ATM by adding #include <linux/videodev2.h> to ./libs/libmythtv/analogsignalmonitor.cpp as well as installing video4linux-devel and adding the path to it to libmythtv.pro to make it compile (after a run of qmake-qt47). I still need to find out if this is all required and if the build will finish, but I will do that tomorrow. I am first going to get some sleep and let my build box chew away on the build. More to come :-) Kind regards, Jonathan