Re: libdvdread 64-bit clean?
Johan Brannlund <[email protected]> Mon, 12 Sep 2005 03:07:17 +0000
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <1126494437l.6406l.0l@jupiter> |
On 2005.09.01 08:22, Bj|rn Englund wrote:
> > this until the end of next week.
>
> I have tested ogle on amd64 (with dvds >4G) and it worked, so I
> suspect that
> your problem has something to do with either your kernel
> or how the libdvdread/libdvdcss packages were compiled.
Alright. For some strange reason, I was unable to get ogle to prefer my
locally built libdvdread packages over the system-installed ones so I
used mplayer instead. After building libdvdread from cvs (no configure
options), I get:
$ ldd `which mplayer` |grep dvd
libdvdread.so.3 => /usr/local/lib/libdvdread.so.3
(0x00002aaaaabc2000)
With this, mplayer also bails out after 29:37, just like the other
players ("a52: CRC check failed").
I have two questions and a comment:
* I also built a local copy of libdvdcss. How do I tell if the copy in
/usr/lib or /usr/local/lib is being used?
* Does libdvdread have any debug options that would be useful for you
in pinpointing the problem?
* The laptop I'm using for this is pretty picky about the kernel build
options and I haven't yet been able to build a working kernel myself.
Hopefully it's the libraries that are at fault.
Regards,
Johan