I'm guessing here as I'm not a C programmer but I think the error: <span style="font-weight: bold;">"videosource.cpp:2481: warning: unused parameter 'diseq_type'"</span> points to line 2481 which is the following in the
videosource.cpp - <br>
<br>
QStringList VideoDevice::probeDVBInputs(int diseq_type)<br>
<br>
This being an xbox, certainly won't have a DVB input or Diseq so why error on this line???<br>
<br>
Could it be that by default DBox2 is enabled???<br>
<br>
AJM,<br>
<br>
<br>