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
f64d0689
Commit
f64d0689
authored
Aug 24, 2009
by
Erwan Tulou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core: add missing type (fix compil for qt4) and add new types for snapshot/record
parent
6beb39fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
include/vlc_configuration.h
include/vlc_configuration.h
+4
-0
No files found.
include/vlc_configuration.h
View file @
f64d0689
...
...
@@ -222,6 +222,10 @@ typedef enum vlc_userdir
VLC_HOME_DIR
,
/* User's home */
VLC_CONFIG_DIR
,
/* VLC-specific configuration directory */
VLC_DATA_DIR
,
/* VLC-specific data directory */
VLC_DOWNLOAD_DIR
,
/* VLC-specific download directory */
VLC_PICTURE_DIR
,
/* VLC-specific snapshot directory */
VLC_MUSIC_DIR
,
/* VLC-specific music directory */
VLC_VIDEO_DIR
,
/* VLC-specific video directory */
}
vlc_userdir_t
;
VLC_EXPORT
(
char
*
,
config_GetUserDir
,
(
vlc_userdir_t
)
LIBVLC_USED
);
...
...
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