Date: Mon, 25 Mar 2002 22:52:22 +0900 From: Alexander Nedotsukov <bland@smtp.ru> To: freebsd-ports@freebsd.org Subject: libdvdread + latest libdvdcss Message-ID: <3C9F2B96.4070803@smtp.ru>
next in thread | raw e-mail | index | archive | help
Hi, It seems libdvdread should be patched this way to stay in sync with the latest libdvdcss: -------------------- --- dvdread/dvd_reader.c.orig Mon Mar 25 22:40:45 2002 +++ dvdread/dvd_reader.c Mon Mar 25 22:41:18 2002 @@ -110,7 +110,7 @@ static void setupCSS( void ) { if( !dvdcss_library ) { - dvdcss_library = dlopen( "libdvdcss.so.0", RTLD_LAZY ); + dvdcss_library = dlopen( "libdvdcss.so.1", RTLD_LAZY ); if( !dvdcss_library ) { fprintf( stderr, "libdvdread: Can't open libdvdcss: %s.\n", -------------------- I have tested thisi with the Ogle dvd player w/o any problem. -- Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C9F2B96.4070803>