Yasm Assembler mainline development tree (ffmpeg 依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Peter Johnson cfc6bf0ded Clean up and simplify libyasm.h options and symbol visibility: 22 years ago
..
.cvsignore Integrate gettext, libtool, and libltdl into CVS and more tightly into 23 years ago
COPYING.LIB Initial revision 23 years ago
Makefile.am Clean up and simplify libyasm.h options and symbol visibility: 22 years ago
README Initial revision 23 years ago
ltdl.c Update to GNU Libtool 20030216 (from Cygwin) to get dynamic linking working 22 years ago
ltdl.h Clean up all but one -ansi -pedantic -Wall warning. Only affected one 22 years ago

README

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.

It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibrary (Win16 and Win32)
* load_add_on (BeOS)
* GNU DLD (emulates dynamic linking for static libraries)
* libtool's dlpreopen