shared library extension on other platforms
Martin Gansser
mgansser at ngi.de
Sat Aug 10 21:55:40 CEST 2002
Hi,
on hpux platform all shared library has historically based the extension .sl
not .so.
dvd.c:
=====
static void ProbeLibDVDCSS( void )
{
static char *pp_filelist[] = { "libdvdcss.so.2",
"./libdvdcss.so.2",
"./lib/libdvdcss.so.2",
"libdvdcss.so.1",
"./libdvdcss.so.1",
"./lib/libdvdcss.so.1",
NULL };
my question: can these be changed for hpux on vlc, maybe by using libtools
'lt_dlopen()' that can load .so extensions also,
or by a #if defined (HPUX) ... extension=*.sl or so ?.
thanks Martin
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list