[vlc-commits] Added platform-specific child classes of VlcPluginBase:

Cheng Sun git at videolan.org
Wed Dec 21 12:54:08 CET 2011


npapi-vlc | branch: master | Cheng Sun <chengsun9 at gmail.com> | Sat Dec  3 23:16:21 2011 +0000| [71d322672ca3ee2495c7d5cd677e612bc0e2750e] | committer: Jean-Baptiste Kempf

Added platform-specific child classes of VlcPluginBase:

VlcPluginWin: Windows support - briefly tested
VlcPluginMac: Mac support - completely untested
VlcPluginGtk: GTK+ Linux support - well tested
VlcPluginXlib: Xlib Linux support for those who don't want to compile
with GTK+ - buggy

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=71d322672ca3ee2495c7d5cd677e612bc0e2750e
---

 npapi/vlcplugin_gtk.cpp  |  116 ++++++++++++++++++++++++++++++
 npapi/vlcplugin_gtk.h    |   64 +++++++++++++++++
 npapi/vlcplugin_mac.cpp  |   87 +++++++++++++++++++++++
 npapi/vlcplugin_mac.h    |   62 ++++++++++++++++
 npapi/vlcplugin_win.cpp  |  176 ++++++++++++++++++++++++++++++++++++++++++++++
 npapi/vlcplugin_win.h    |   76 ++++++++++++++++++++
 npapi/vlcplugin_xlib.cpp |  123 ++++++++++++++++++++++++++++++++
 npapi/vlcplugin_xlib.h   |   64 +++++++++++++++++
 npapi/xembed.h           |   38 ++++++++++
 9 files changed, 806 insertions(+), 0 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commitdiff;h=71d322672ca3ee2495c7d5cd677e612bc0e2750e


More information about the vlc-commits mailing list