Re: building mythtv 0.24 on el5, status and instructions
Andy Burns <[email protected]>
| Newsgroups | gmane.linux.redhat.rpm.atrpms.devel |
|---|---|
| Message-ID | <[email protected]> |
On 21 November 2010 09:46, Andy Burns <[email protected]> wrote: > On 20 November 2010 22:56, Jonathan Martens <[email protected]> wrote: > >> I have been able to resolve the issue (manually) ATM by adding >> #include <linux/videodev2.h> >> to >> ./libs/libmythtv/analogsignalmonitor.cpp I also needed #include <sys/time.h> , or should that be <linux/time.h> ? >> and adding the path to it to >> libmythtv.pro to make it compile (after a run of qmake-qt47). presume you mean something along the lines of using_v4l { INCLUDEPATH += /usr/include/v4l .... } I still just seem to be shoving errors from one module to another though ...