I think I've got it! Thanks to a note I've found in the ffmepg doc (the "platform.html" file), which says:
> Note that using import libraries created by dlltool requires the linker > optimization option to be set to "References: Keep Unreferenced Data > (/OPT:NOREF)", otherwise the resulting binaries will fail during runtime. > This isn’t required when using import libraries generated by lib.exe. This > issue is reported upstream at > http://sourceware.org/bugzilla/show_bug.cgi?id=12633. I did that on the OSG ffmpeg plugin project and now everything works fine. Luca ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=54003#54003 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

