[vlc-devel] commit: Directory: ignore .ini files. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Feb 23 09:25:18 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 23 09:24:05 2009 +0100| [3fa2f02d415c943d122f4cd93455cfc23f149c8e] | committer: Jean-Baptiste Kempf
Directory: ignore .ini files.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3fa2f02d415c943d122f4cd93455cfc23f149c8e
---
modules/access/directory.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/directory.c b/modules/access/directory.c
index ff4309c..00d792e 100644
--- a/modules/access/directory.c
+++ b/modules/access/directory.c
@@ -90,7 +90,7 @@ vlc_module_begin ()
add_string( "recursive", "expand" , NULL, RECURSIVE_TEXT,
RECURSIVE_LONGTEXT, false )
change_string_list( psz_recursive_list, psz_recursive_list_text, 0 )
- add_string( "ignore-filetypes", "m3u,db,nfo,jpg,jpeg,ljpg,gif,png,pgm,pgmyuv,pbm,pam,tga,bmp,pnm,xpm,xcf,pcx,tif,tiff,lbm,sfv,txt,sub,idx,srt,cue,ssa",
+ add_string( "ignore-filetypes", "m3u,db,nfo,ini,jpg,jpeg,ljpg,gif,png,pgm,pgmyuv,pbm,pam,tga,bmp,pnm,xpm,xcf,pcx,tif,tiff,lbm,sfv,txt,sub,idx,srt,cue,ssa",
NULL, IGNORE_TEXT, IGNORE_LONGTEXT, false )
set_callbacks( Open, Close )
vlc_module_end ()
More information about the vlc-devel
mailing list