[vlc-commits] macosx: Lua extensions infrastructure
Brendon Justin
git at videolan.org
Sat Jan 14 21:46:33 CET 2012
vlc/vlc-1.2 | branch: master | Brendon Justin <brendonjustin at gmail.com> | Fri Jan 13 23:04:25 2012 +0100| [4ec0cb4123a172a0ac5daca7eab281486fd143fd] | committer: Jean-Baptiste Kempf
macosx: Lua extensions infrastructure
Add files for extension creation management, add them to the build process, and
add them to the XCode project.
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
(cherry picked from commit efa2f96d313baacbc013bb554a444c00d5ba82a6)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=4ec0cb4123a172a0ac5daca7eab281486fd143fd
---
.../package/macosx/vlc.xcodeproj/project.pbxproj | 12 +
modules/gui/macosx/ExtensionsDialogProvider.h | 64 +++
modules/gui/macosx/ExtensionsDialogProvider.m | 597 ++++++++++++++++++++
modules/gui/macosx/ExtensionsManager.h | 75 +++
modules/gui/macosx/ExtensionsManager.m | 372 ++++++++++++
modules/gui/macosx/Modules.am | 6 +
modules/gui/macosx/VLCUIWidgets.h | 72 +++
modules/gui/macosx/VLCUIWidgets.m | 393 +++++++++++++
8 files changed, 1591 insertions(+), 0 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commitdiff;h=4ec0cb4123a172a0ac5daca7eab281486fd143fd
More information about the vlc-commits
mailing list