Re: libdvdread-0.9.4: can't linking against libdvdcss
H}kan Hjort <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
Fri Mar 14 2003, Gansser, Martin wrote: > Hi, > > I compiled ogle-0.9.1 successfully on hpux 11.00, but the > playback of Encrypted DVD's fails with: Encrypted DVD support unavailable > > I used libdvdcss-1.2.4 and libdvdread-0.9.4 > > the configure script fails with: > > checking for dvdcss_interface_2 in -ldvdcss... no <<<< NO > configure: error: You need libdvdcss.so.2 or later So we can't check for the string symbol dvdcss_interface_2 with AC_CHECK_LIB() using th HPUX linker. Try changing dvdcss_interface_2 to dvdcss_open or something. -- Håkan Hjort