]> git.sesse.net Git - vlc/commit
activex: when linking against the shared lib DLL, it looks like the linker is pickin...
authorDamien Fouilleul <damienf@videolan.org>
Tue, 5 Dec 2006 17:29:07 +0000 (17:29 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Tue, 5 Dec 2006 17:29:07 +0000 (17:29 +0000)
commitaa70c0cf8976fb6f5ec294f71f0d1c119e5bcd81
tree5c5328ce4441a98968e1c01bb0f287938ac33f69
parentf0f2eefeb04463f52d6ec23c3abae41f06041ccb
 activex: when linking against the shared lib DLL, it looks like the linker is picking the DLL name from inside the file, rather than the filename itself. in most cases, this is not a problem, as both are usually the same. Unfortunately, since libtool has a bug on cygwin, whereby the ouput name is libvlc.dll.exe rather than libvlc.dll, the wrong name 'libvlc.dll.exe' is used by the linker rather than the corrected filename. Using the import lib libvlc.dll.a instead fixes that problem. the proper fix should probably a patch to libtool
activex/Makefile.am