Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: dvd-plugin
----- Original Message -----
From: "Joerg Friedrich" <Joerg.Dieter.Friedrich@uni-konstanz.de>
To: <vdr@linuxtv.org>
Sent: Thursday, December 05, 2002 7:11 PM
Subject: [vdr] Re: dvd-plugin
> Thomas Koch schrieb am Mittwoch, 04. Dezember 2002 um 08:44:16 +0100:
> > Am Dienstag, 03.12.02 um 22:37 Uhr schrieb Joerg Friedrich:
> > >can anyone send me a link to the dvd-plugin for vdr-1.1.x since
> > >warp10.net seems to be down?
> > Look at http://linvdr.org/download/vdr-dvd
>
> Thanks, but now I have this problem:
> the dvd-plugin requires a patched libdvdnav and libdvdread, which I
> installed in /usr/local/lib, since I have some other binaries which
> require newer but unpatched libraries.
>
> Since I'm no expert in programming, how can I link these two libraries
> static in this dvd-plugin?
> I suppose I have to change something in the following line:
> g++ -O2 -Wall -Woverloaded-virtual -m486 \
> -Wl,--retain-symbols-file,retain-sym -shared dvd.o dvddev.o player-dvd.o \
> control-dvd.o spu.o ca52.o i18n.o setup-dvd.o -ldvdnav -la52 \
> -o libvdr-dvd.so
>
Edit the Makefile and change the path for libdvdnav from /usr/lib/... to
/usr/local/lib/...
By the way I suggest to remove -m486 from the CFLAGS and change -O2 to -O3.
This will optimize the code for your machine (especially if it is a slow
one).
@Andreas Schulz: This should also be done in the distributed plugin.
Rene
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index