[mythtv] Patch: Misc small fixes
Edward Wildgoose
Edward.Wildgoose at FRMHedge.com
Tue Nov 11 09:10:47 EST 2003
First off, just noticed that a typo seems to have occurred with the
tv_grab_uk_rt patch. Correction is below:
Index: filldata.cpp
===================================================================
RCS file:
/var/lib/mythcvs/mythtv/programs/mythfilldatabase/filldata.cpp,v
retrieving revision 1.69
diff -u -r1.69 filldata.cpp
--- filldata.cpp 10 Nov 2003 21:45:04 -0000 1.69
+++ filldata.cpp 11 Nov 2003 14:05:56 -0000
@@ -434,7 +434,7 @@
pginfo->catType = cat;
}
- if (cat == "File" && !isNorthAmerica)
+ if (cat == "Film" && !isNorthAmerica)
{
// Hack for tv_grab_uk_rt
pginfo->catType = cat;
Secondly the recent DVB checkin for the DVBSections stuff seems to need
the following adding to libmyth.pro in order to compile:
Index: libmythtv.pro
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/libmythtv.pro,v
retrieving revision 1.46
diff -u -r1.46 libmythtv.pro
--- libmythtv.pro 10 Nov 2003 21:45:00 -0000 1.46
+++ libmythtv.pro 11 Nov 2003 14:07:54 -0000
@@ -57,8 +57,8 @@
}
using_dvb {
- SOURCES += dvbrecorder.cpp dvbchannel.cpp dvbdiseqc.cpp
- HEADERS += dvbtypes.h dvbrecorder.h dvbchannel.h dvbdiseqc.h
+ SOURCES += dvbrecorder.cpp dvbchannel.cpp dvbdiseqc.cpp
dvbsections.cpp dvbcam.cpp
+ HEADERS += dvbtypes.h dvbrecorder.h dvbchannel.h dvbdiseqc.h
dvbsections.h dvbcam.h
TARGETDEPS += ../libdvbdev/libdvbdev.a
}
Thanks
Ed W
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20031111/79f94272/attachment.htm
More information about the mythtv-dev
mailing list