1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Clément Stenac
8750bd1e46 * Add hooks for getting/setting variables (not working yet)
* Really change VLC_Get to VLC_VariableGet
2004-09-28 13:55:00 +00:00
Sam Hocevar
3fa2bee809 * configure.ac:
+ Detect <mozilla-config.h> on newer Mozilla versions.
  * mozilla/vlcpeer.cpp:
    + If neither NP_UNIX, NP_MACOSX nor NP_WIN are defined, default to NP_UNIX.
    + Use <mozilla-config.h> whenever possible.
2003-10-23 17:04:40 +00:00
Sam Hocevar
898d537760 * mozilla/*: Additional Mozilla 1.4 compilation fixes. 2003-07-16 16:33:59 +00:00
Sam Hocevar
d5fe6ade47 * ./mozilla/*: s/VideoLAN Client/VLC/g. 2003-02-18 13:13:12 +00:00
Sam Hocevar
b6b1bef8bf * ./mozilla/vlcshell.cpp: fixed the Mozilla plugin's target drawable.
* ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c,
    ./modules/video_output/x11/xvideo.c: removed the drawable configuration
    variables which are now deprecated.
2003-02-01 18:54:10 +00:00
Sam Hocevar
2799d36bc8 * ALL: the build mechanism now uses automake. See HACKING for more details.
* ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin.
  * debian/rules: the A52 module is now in a separate package.
2002-09-30 11:05:42 +00:00
Sam Hocevar
5555c82c83 * ./mozilla/*: added hooks so that the vlc plugin is scriptable from
javascript. It's also in C++, but we didn't have the choice.
2002-09-17 08:18:24 +00:00