Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
87b73190
Commit
87b73190
authored
Apr 02, 2002
by
Tony Castley
Browse files
Changed directory of the config file for BeOS to be consistant with
OS standard.
parent
77d515ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/config.h
View file @
87b73190
...
...
@@ -48,7 +48,11 @@
#define THREAD_COND_TIMEOUT 5
/* The configuration file and directory */
#ifdef SYS_BEOS
#define CONFIG_DIR "config/settings"
#else
#define CONFIG_DIR ".videolan"
#endif
#define CONFIG_FILE "vlcrc"
/*****************************************************************************
...
...
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