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
5eb05446
Commit
5eb05446
authored
Nov 08, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grammar
parent
f11e37dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/configuration.h
include/configuration.h
+2
-2
No files found.
include/configuration.h
View file @
5eb05446
...
@@ -334,7 +334,7 @@ int config_AutoSaveConfigFile( vlc_object_t * );
...
@@ -334,7 +334,7 @@ int config_AutoSaveConfigFile( vlc_object_t * );
add_typename_inner( CONFIG_ITEM_BOOL, name, text, longtext, advc, p_callback ); \
add_typename_inner( CONFIG_ITEM_BOOL, name, text, longtext, advc, p_callback ); \
p_config[i_config].i_value = value
p_config[i_config].i_value = value
/* For
option renamed
*/
/* For
renamed option
*/
#define add_deprecated( name, strict ) \
#define add_deprecated( name, strict ) \
add_config_inner( ); \
add_config_inner( ); \
p_config[ i_config ].i_type = p_config[ i_config -1 ].i_type; \
p_config[ i_config ].i_type = p_config[ i_config -1 ].i_type; \
...
@@ -344,7 +344,7 @@ int config_AutoSaveConfigFile( vlc_object_t * );
...
@@ -344,7 +344,7 @@ int config_AutoSaveConfigFile( vlc_object_t * );
? p_config[ i_config-1 ].psz_current \
? p_config[ i_config-1 ].psz_current \
: p_config[ i_config-1 ].psz_name;
: p_config[ i_config-1 ].psz_name;
/* For
option suppressed
*/
/* For
removed option
*/
#define add_suppressed_inner( name, type ) \
#define add_suppressed_inner( name, type ) \
add_type_inner( type ); \
add_type_inner( type ); \
p_config[ i_config ].psz_name = name; \
p_config[ i_config ].psz_name = name; \
...
...
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