Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
aefd2b47
Commit
aefd2b47
authored
Apr 14, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Works this time
parent
5233af32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
include/vlc_modules_macros.h
include/vlc_modules_macros.h
+0
-1
src/modules/modules.h
src/modules/modules.h
+1
-1
No files found.
include/vlc_modules_macros.h
View file @
aefd2b47
...
...
@@ -124,7 +124,6 @@ E_(vlc_entry) ( module_t *p_module );
module_t *p_submodule = p_module
/* the ; gets added */
#define vlc_module_end( ) \
p_submodule->pp_shortcuts[ i_shortcut ] = NULL; \
} \
res = config_Duplicate( p_module, p_config, ++i_config ); \
for( size_t i = 0; i < i_config; i++ ) \
...
...
src/modules/modules.h
View file @
aefd2b47
...
...
@@ -71,6 +71,7 @@ struct module_cache_t
};
#if 0
#define MODULE_SHORTCUT_MAX 50
/* The module handle type. */
...
...
@@ -89,7 +90,6 @@ typedef void * module_handle_t;
typedef
shl_t
module_handle_t
;
#endif
#if 0
/**
* Internal module descriptor
*/
...
...
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