Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: AW: vdr-1.0.0preX DVD addon v2 available
Hi Florian,
Florian Engelmann wrote:
> Hi,
> i downloaded vdr-1.0.0pre1 and copied vdr-1.0.0pre1-nav1.diff (from Andreas)
> in the VDR directory. After that i made a:
> /usr/src/VDR/patch <vdr-1.0.0pre1-nav1.diff
>
> i also downloaded:
> - libdvdread http://www.dtek.chalmers.se/groups/dvd/downloads.shtml
> - libdvdcss http://www.videolan.org/libdvdcss/download.html
> - liba52-0.7.3 http://liba52.sourceforge.net/
>
> and did a:
> ./configure
> make
> make install
Your error messages look like the libs you just installed are not found.
I hope that you did that ./configure; make; make install for all above
libs? (BTW: libdvdcss should be first).
vdr's Makefile expects all libs in /usr/lib, try to run
'./configure --prefix/usr' for all libs, make and install again, after
that do a "ldconfig" for good measures.
Building vdr should work then.
And please get -nav2, as it corrects a small problem with the Makefile.
Have fun
Andreas
> looked like it all worked...
> but if i try to compile vdr:
> make DVD=1 VFAT=1
>
> i get many errors:
> ca52.o: In function `cA52decoder::convertSample(int, a52_state_s *, unsigned
> char, unsigned char *)':
> /usr/src/VDR/ca52.c:218: undefined reference to `a52_samples'
> ca52.o: In function `cA52decoder::decode(unsigned char *, unsigned char *,
[...]
> /usr/src/VDR/vm.c:1283: undefined reference to `ifoRead_PGCIT'
> /usr/src/VDR/vm.c:1287: undefined reference to `ifoRead_PGCI_UT'
> collect2: ld returned 1 exit status
> make: *** [vdr] Error 1
>
> ??? what can i do to compile vdr with DVD support?
>
> by the way, my system is debian woody kernel 2.4.17
>
> 100000 thx
>
> Florian Engelmann
Home |
Main Index |
Thread Index