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
2ef3494d
Commit
2ef3494d
authored
Dec 18, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for libvlc_config crash (hopefully)
parent
026f8161
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/libvlc-module.c
src/libvlc-module.c
+1
-1
src/libvlc.h
src/libvlc.h
+1
-1
No files found.
src/libvlc-module.c
View file @
2ef3494d
...
@@ -2384,7 +2384,7 @@ vlc_module_begin();
...
@@ -2384,7 +2384,7 @@ vlc_module_begin();
set_capability
(
"main"
,
100
);
set_capability
(
"main"
,
100
);
vlc_module_end
();
vlc_module_end
();
const
module_config_t
libvlc_config
[]
=
module_config_t
libvlc_config
[]
=
{
{
{
{
.
i_type
=
CONFIG_ITEM_BOOL
,
.
i_type
=
CONFIG_ITEM_BOOL
,
...
...
src/libvlc.h
View file @
2ef3494d
...
@@ -173,7 +173,7 @@ struct module_config_t
...
@@ -173,7 +173,7 @@ struct module_config_t
};
};
#endif
#endif
extern
const
module_config_t
libvlc_config
[];
extern
module_config_t
libvlc_config
[];
extern
const
size_t
libvlc_config_count
;
extern
const
size_t
libvlc_config_count
;
#endif
#endif
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