On Tue, Aug 25, 2009 at 11:56 AM, Robert McNamara <span dir="ltr"><<a href="mailto:robert.mcnamara@gmail.com">robert.mcnamara@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi nik,<br>
<br>
Can you please post your configure line as well? That'll probably<br>
include the information needed to track down the issue.<br>
<font color="#888888"><br>
Robert<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>Thanks for the reply, this is the configure I've always used:<br><br># configure for mythtv<br># For Via Nehemiah cpu and unichrome-pro (xvmc capable) video chipset <br># For nvidia<br>
# XvMCNVIDIA<br>#--xvmc-lib=libXvMCNVIDIA \<br>#--enable-proc-opt \<br>./configure --prefix=/usr/local/myth_022 \<br>--xvmc-lib=XvMCNVIDIA \<br>--enable-vdpau \<br>--enable-proc-opt \<br>--enable-audio-alsa \<br>
--disable-audio-arts \<br>--disable-audio-jack \<br>--disable-directfb \<br>--enable-lirc \<br>--enable-v4l \<br>--enable-ivtv \<br>--enable-firewire \<br>--enable-dvb \<br>--dvb-path=/usr/include \<br>
--enable-xvmc \<br>--enable-hdhomerun \<br>--enable-dbox2 \<br>--disable-iptv \<br>--disable-joystick-menu \<br>--enable-x11 \<br>--enable-xrandr \<br>--enable-xv \<br>--enable-xvmcw \<br>
--enable-xvmc-pro \<br>--enable-opengl-vsync \<br>--disable-directfb \<br>--with-bindings=perl,python<br><br>