[MPlayer-users] libdvdread and libdvdcss
Bjorn Hansen
bhansen at uvic.ca
Fri Feb 15 20:44:02 CET 2002
manual says I need libdvdread and libdvdcss installed when i compile for dvd
playback. I've got them both installed (as mandrake packages anyway) but
when I run configgure I get the following in my configure.log file:
============ Checking for DVD support ============
#include <dvdread/dvd_reader.h>
#include <dvdread/ifo_types.h>
#include <dvdread/ifo_read.h>
#include <dvdread/nav_read.h>
int main(void) { return 0; }
gcc /tmp/mplayer-conf-32529-4908.c -o /tmp/mplayer-conf-28279-4908.o
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -ldvdread
-ldl
/tmp/mplayer-conf-32529-4908.c:1:32: dvdread/dvd_reader.h: No such file or
directory
/tmp/mplayer-conf-32529-4908.c:2:31: dvdread/ifo_types.h: No such file or
direct
ory
/tmp/mplayer-conf-32529-4908.c:3:30: dvdread/ifo_read.h: No such file or
directory
/tmp/mplayer-conf-32529-4908.c:4:30: dvdread/nav_read.h: No such file or
directory
ldd /tmp/mplayer-conf-28279-4908.o
lddlibc4: cannot read header from `/tmp/mplayer-conf-28279-4908.o'
#include <css.h>
int main(void) { (void) CSSisEncrypted(0); return 0; }
gcc /tmp/mplayer-conf-32529-4908.c -o /tmp/mplayer-conf-28279-4908.o -lcss
/tmp/mplayer-conf-32529-4908.c:1:17: css.h: No such file or directory
ldd /tmp/mplayer-conf-28279-4908.o
lddlibc4: cannot read header from `/tmp/mplayer-conf-28279-4908.o'
Result is: no
##########################################
I've got libdvdread 0.9.2-1 and libdvdcss 0.0.3.ogle3-1. It seems from the
output above that these packages didn't install any headers, the source
distributions do?
More information about the MPlayer-users
mailing list