<br><br><div class="gmail_quote">On Mon, Dec 14, 2009 at 8:36 PM, Harry Devine <span dir="ltr">&lt;<a href="mailto:lifter89@comcast.net">lifter89@comcast.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ian Clark wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
2009/12/14 Harry Devine &lt;<a href="mailto:lifter89@comcast.net" target="_blank">lifter89@comcast.net</a> &lt;mailto:<a href="mailto:lifter89@comcast.net" target="_blank">lifter89@comcast.net</a>&gt;&gt;<div><div></div>
<div class="h5"><br>
<br>
    On 12/14/2009 06:21 AM, Nick Morrott wrote:<br>
<br>
        [snip]<br>
<br>
         <br>
    Can I check-out the same revision I&#39;m currently on?  Wouldn&#39;t it<br>
    be something like &quot;svn co &lt;revision&gt; .....&quot;?<br>
<br>
svn co -r&lt;revision&gt; &lt;url&gt;<br>
<br>
<br>
Ian<br>
<br></div></div>
------------------------------------------------------------------------<div class="im"><br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">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>
  <br>
</div></blockquote>
Thanks!  I checked out the revision.  Before I change anything I want to try a base compile to work out any bugs.  I ran mythbackend --version to get the compiled in options. Here&#39;s my output:<br>
<br>
hdevine@hdevine-desktop:~/mythtv-0-22/mythtv$ mythbackend --version<br>
Please include all output in bug reports.<br>
MythTV Version   : 22957<br>
MythTV Branch    : branches/release-0-22-fixes<br>
Network Protocol : 50<br>
Library API      : 0.22.20091023-1<br>
QT Version       : 4.5.2<br>
Options compiled in:<br>
linux profile using_oss using_alsa using_pulse using_jack using_backend using_dvb using_firewire using_frontend using_glx_proc_addr_arb using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu using_libfftw3 using_lirc using_mheg using_opengl_video using_opengl_vsync using_qtwebkit using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl using_bindings_python using_opengl using_vdpau using_ffmpeg_threads using_libavc_5_3 using_live using_mheg<br>

<br>
<br>
Can I assume that I need --enable-??? for each option?  Or are some of them on by default?  I couldn&#39;t really tell from the ./configure help screen.<div><div></div><div><br></div></div></blockquote><div><br> </div>Almost all of them will be enabled by default if you have the necessary library headers installed.  You will probably need to install the -dev versions of a number of libraries before this is the case.  This can generally be accomplished by using aptitude to find and install the appropriate packages.  For example, to enable libfftw3, you will need to install libfftw3-dev.  You can get an idea of what you need to install by running ./configure and seeing what gets enabled. <br>
<br>-chris</div>