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
Steve Lhomme
VLC
Commits
f64d0689
Commit
f64d0689
authored
Aug 24, 2009
by
Erwan Tulou
Browse files
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
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
Supports
Markdown
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