[MPlayer-dev-eng] [PATCH] configure: remove support for internal libdvd*.

Ingo Brückl ib at wupperonline.de
Thu Jun 4 17:13:32 CEST 2015


Reimar Döffinger wrote on Sat, 25 Oct 2014 15:50:08 +0200:

> On Sat, Oct 25, 2014 at 03:43:12PM +0200, Nicolas George wrote:
>> Le quartidi 4 brumaire, an CCXXIII, Reimar Döffinger a écrit :
>> > Thanks, I didn't have old version around to test that.
>>
>> Note that I could only test the build, not running with a DVD.

> If you could it most likely wouldn't work because you don't have
> libdvdcss2 installed :)
> (dlopen is used to load it, so you do not notice it missing
> compile-time)

Either you let libdvdread use dlopen or you compile libdvdread directly
against libdvdcss. Unfortunately, we currently don't support this and
compiling fails with unresolved references to libdvdcss, because libdvdread
"Requires.private"ly libdvdcss in its pkg-config file in that case.

In order to fix it pass the --static option to pkg-config for libdvdread. It
won't hurt if libdvdread hasn't been built against libdvdcss, but will add
the necessary -ldvdcss if it has.

Ingo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dvdreadconfig.patch
Type: text/x-diff
Size: 462 bytes
Desc: not available
URL: <https://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20150604/cb4669c4/attachment.bin>


More information about the MPlayer-dev-eng mailing list