[MPlayer-users] mplayer with external dvd libraries on windows 64-bit
Josh
joshf87 at live.com
Sun Nov 2 20:43:18 CET 2014
On 11/2/2014 14:01, Reimar Döffinger wrote:
> On 02.11.2014, at 18:54, Stephen Sheldon <sfsheldo at gmail.com> wrote:
>> I succeeded in building a static mplayer with external dvd libraries with no
>> local changes to mplayer and its configure script. I did have to explicitly
>> enable dvdread because I was doing a static build.
>
> Hm, that's not supposed to be necessary, why did autodetection not work with static build?
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>
>
The dvdread check in configure requires 'dynamic loader' to be found, if
it isn't it just sets _dvdread=no. My particular build environment
doesn't have dlfcn.h/libdl (MSYS2/mingw-w64) by default but libdvdread
includes one in its source.
No other library seems to explicitly require libdl even though they
check for it, so I haven't seen a need to add it to my build environment.
More information about the MPlayer-users
mailing list