[vlc-devel] commit: core: add missing type (fix compil for qt4) and add new types for snapshot/record (Erwan Tulou )
git version control
git at videolan.org
Mon Aug 24 23:55:18 CEST 2009
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Mon Aug 24 23:49:37 2009 +0200| [f64d068967546aff0281bbc83ed8ad1d5bd7f871] | committer: Erwan Tulou
core: add missing type (fix compil for qt4) and add new types for snapshot/record
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f64d068967546aff0281bbc83ed8ad1d5bd7f871
---
include/vlc_configuration.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/vlc_configuration.h b/include/vlc_configuration.h
index bdd734e..98dd14b 100644
--- a/include/vlc_configuration.h
+++ b/include/vlc_configuration.h
@@ -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);
More information about the vlc-devel
mailing list