Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2010 10:40:03 GMT
From:      "Ganael LAPLANCHE" <ganael.laplanche@martymac.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/143680: Port fix: sysutils/k3b - re-enable libdvdcss
Message-ID:  <201002091040.o19Ae3Tt038468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/143680; it has been noted by GNATS.

From: "Ganael LAPLANCHE" <ganael.laplanche@martymac.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/143680: Port fix: sysutils/k3b - re-enable libdvdcss
Date: Tue,  9 Feb 2010 11:30:40 +0100 (CET)

 Hi,
 
 Or even better, we can use the symlink (why try to load a fixed version ?) :
 
 +-    s_libDvdCss = dlopen( "libdvdcss.so.2", RTLD_LAZY|RTLD_GLOBAL );
 ++    s_libDvdCss = dlopen( "libdvdcss.so", RTLD_LAZY|RTLD_GLOBAL );
 
 Best regards,
 
 Ganaël LAPLANCHE
 ganael.laplanche@martymac.org
 http://www.martymac.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002091040.o19Ae3Tt038468>