[mythtv-users] Epia/FC4/Unichrome/Myth woes....

Jarod Wilson jarod at wilsonet.com
Sun Sep 11 03:24:53 UTC 2005


On Saturday 10 September 2005 19:59, Jarod Wilson wrote:
> On Saturday 10 September 2005 18:02, David Maher wrote:
> > Hi Jules,
> > How did you get past the builsd error below?
>
> I have a patch that fixes that, will commit it to the release-0-18-fixes
> branch shortly... Basically, just need a few variable declarations at the
> top of two files or so.

Hrm, something is awry with the release-0-18-fixes svn branch, can't do a 
clean checkout... Will have to get out my laptop and see if svn up fails 
too...

In the mean time, the fixes are more or less this (I believe some of the 
scanwizard.h additions are extraneous, but don't hurt anything):

diff -burN mythtv-0.18.1/libs/libmythtv/mpeg/mpegstreamdata.h 
mythtv-0.18.1-morefixes/libs/libmythtv/mpeg/mpegstreamdata.h
--- mythtv-0.18.1/libs/libmythtv/mpeg/mpegstreamdata.h  2005-01-20 
22:55:16.000000000 -0800
+++ mythtv-0.18.1-morefixes/libs/libmythtv/mpeg/mpegstreamdata.h        
2005-09-04 17:41:40.000000000 -0700
@@ -11,6 +11,7 @@
 class HDTVRecorder;
 class PSIPTable;
 class RingBuffer;
+class PESPacket;

 class MPEGStreamData {
   public:
diff -burN mythtv-0.18.1/libs/libmythtv/scanwizard.h 
mythtv-0.18.1-morefixes/libs/libmythtv/scanwizard.h
--- mythtv-0.18.1/libs/libmythtv/scanwizard.h   2005-03-26 07:16:49.000000000 
-0800
+++ mythtv-0.18.1-morefixes/libs/libmythtv/scanwizard.h 2005-09-04 
17:39:20.000000000 -0700
@@ -44,7 +44,15 @@
 class ATSCPane;
 class QAMPane;
 class SIScan;
+class ChannelBase;
+class Channel;
 class DVBChannel;
+class ScanWizard;
+class ScanWizardScanner;
+class ScanOptionalConfig;
+class ScanCountry;
+class SignalMonitorValue;
+class AnalogScan;

 class VideoSourceSetting: public ComboBoxSetting
 {


-- 
Jarod Wilson
jarod at wilsonet.com


More information about the mythtv-users mailing list