]> git.sesse.net Git - vlc/commit
* ./mozilla/vlcshell.cpp: ported the Mozilla plugin to Windows.
authorSam Hocevar <sam@videolan.org>
Tue, 22 Oct 2002 21:10:28 +0000 (21:10 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 22 Oct 2002 21:10:28 +0000 (21:10 +0000)
commit435bab6bc1d9b40ad998116210778eec1eee75ad
treed789f5b95b4b71fde7259f8227c2e42fcde1e547
parentd9624250589cf79d6245d5214b8b93258bb22067
  * ./mozilla/vlcshell.cpp: ported the Mozilla plugin to Windows.

    For the moment it spawns a separate window and seems to behave nastily
    (read: crashes) when the target has sound, but the javascript interface
    works perfectly, for instance.

    To build it, I installed Mozilla development files in my mingw32 dir
    and hacked mozilla-config so that it uses these files. I also hacked
    jri_md.h and jni_md.h to put "defined(_MSC_VER) || defined(__MINGW32__)"
    where it read "defined(_MSC_VER)". No other changes were necessary.
Makefile.am
modules/misc/testsuite/test2.cpp
modules/video_output/directx/directx.c
mozilla/npvlc_rc.rc [new file with mode: 0644]
mozilla/npwin.cpp [new file with mode: 0644]
mozilla/vlcplugin.h
mozilla/vlcshell.cpp
src/misc/messages.c