[mythtv-users] mtd with transcode

Simon Levitt maillists at whattf.com
Tue Jan 17 12:14:26 UTC 2006


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.,


More information about the mythtv-users mailing list