Re: [mythtv-users] mtd with transcode

2006-01-17 Thread Brad DerManouelian
On Jan 17, 2006, at 7:14 AM, Simon Levitt wrote:

> On Tuesday 17 January 2006 12:02, Brad DerManouelian wrote:
>> I checked the how to and THOUGHT I installed everything needed, but
>> clearly this is not the case.
>>
>> From the configure script:
>
> if test x"$dvd" = x"yes" ; then
> dvd="no"
> if has_library libdvdnav ; then
> if has_header dvdnav/dvdnav.h ; then
> dvd="yes"
> fi
> fi
> fi
> ...
> echo "# Misc Features"
> echo "DVD playback $dvd"
>
> So it basically hinges on whether libdvdnav can be found along with  
> its
> headers.
>
> Hope that helps,
>
> Simon.,

Sure did, man. Thanks. Now I just gotta get past this transcode  
support in mtd hurdle and I'm back to where I was with stable as far  
as functionality but with the added goodness of svn.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mtd with transcode

2006-01-17 Thread Simon Levitt
On Tuesday 17 January 2006 12:02, Brad DerManouelian wrote:
> I checked the how to and THOUGHT I installed everything needed, but
> clearly this is not the case.
>
>From the configure script:

if test x"$dvd" = x"yes" ; then
dvd="no"
if has_library libdvdnav ; then
if has_header dvdnav/dvdnav.h ; then
dvd="yes"
fi
fi
fi
...
echo "# Misc Features"
echo "DVD playback $dvd"

So it basically hinges on whether libdvdnav can be found along with its 
headers.

Hope that helps,

Simon.,
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users