Re: Win7_x64: Trouble with ffmpeg shared libraries
Posted by
gouessej on
Mar 12, 2013; 10:35am
URL: https://forum.jogamp.org/Win7-x64-Trouble-with-ffmpeg-shared-libraries-tp4028589p4028592.html
Hi
System.loadLibrary() can't load a DLL of a third party library that depends on another DLL of a third party library, it works if it depends on a system library. A possible workaround consists in loading the DLLs of a third party library that directly depend on system libraries, then you load the DLLs depending on the DLLs that you have just loaded at the previous iteration and so on. Sven has probably a smarter solution to suggest.