Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
a569473a
Commit
a569473a
authored
Mar 11, 2010
by
Fabio Ritrovato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lua SD: don't open the playlist lib
parent
dce84f16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
modules/misc/lua/services_discovery.c
modules/misc/lua/services_discovery.c
+0
-1
share/lua/sd/README.txt
share/lua/sd/README.txt
+1
-1
No files found.
modules/misc/lua/services_discovery.c
View file @
a569473a
...
...
@@ -102,7 +102,6 @@ int Open_LuaSD( vlc_object_t *p_this )
luaopen_misc
(
L
);
luaopen_net
(
L
);
luaopen_object
(
L
);
luaopen_playlist
(
L
);
luaopen_sd
(
L
);
luaopen_strings
(
L
);
luaopen_variables
(
L
);
...
...
share/lua/sd/README.txt
View file @
a569473a
...
...
@@ -15,5 +15,5 @@ User defined modules stored in the share/lua/modules/ directory are
available. For example, to use the sandbox module, just use
'require "sandbox"' in your interface.
Available VLC specific Lua modules: input, msg, misc, net, object,
playlist,
sd,
Available VLC specific Lua modules: input, msg, misc, net, object, sd,
strings, variables, stream, gettext, xml. See lua/README.txt.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment