Page 1 of 1

Which version of axvlc.dll in official distribution?

Posted: 07 Dec 2012 19:57
by Alexolut
I want to build same axvlc.dll as in official distribution (http://download.videolan.org/pub/videol ... -win32.exe)

How to determine which revision of source files need to use? (http://git.videolan.org/?p=npapi-vlc.git;a=summary)

Which version of compiler/linker needed?

Thanks in advance.

Re: Which version of axvlc.dll in official distribution?

Posted: 10 Dec 2012 14:38
by Jean-Baptiste Kempf
2.0.2 is used for 2.0.4 tag.

Any compiler compatible with libvlc.dll

Re: Which version of axvlc.dll in official distribution?

Posted: 10 Dec 2012 21:48
by Alexolut
Thanks for answer.
I tried make axvlc.dll from revision http://git.videolan.org/?p=npapi-vlc.gi ... 283ce0d55e
and in result was a dll with different behavior than in official release.
In particular, hungs in playlist.stop() calls, which is not appear in offical axvlc.dll.
For compiling i used Ubuntu Linux and i686-w64-mingw32 toolchain.

Re: Which version of axvlc.dll in official distribution?

Posted: 25 Dec 2012 07:55
by Alexolut
After the release of 2.0.5 I compared the behavior of the previous version. It turned out that in the new version there are hang on calls playlist.stop(), which were not in 2.0.4. But I did not succeed on their own to build the library axvlc.dll, that functionality would be equivalent to that which is included in the official distribution 2.0.4.