[mythtv-users] 0.25 and V4L not working

Eric B bernhart2002 at gmail.com
Wed Mar 28 00:21:46 UTC 2012


sorry for writing so many reply to this, but I found a fix that I think
will be accepted. Sorry I'm not sure how to make a patch
anyhow in file
src/mythtv/libs/libmythtv/v4lchannel.cpp

line 102
was
 if (driver_name == "bttv" )
but needs to be
 if (driver_name == "bttv" || driver_name == "cx8800")


fixes everything

regards
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20120327/4675a8ec/attachment.html>


More information about the mythtv-users mailing list