Commit 62ee2f9d authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* cough, cough... undef a config option decleration

parent e6119f99
......@@ -94,10 +94,8 @@ vlc_module_begin();
add_string( "recursive", "expand" , NULL, RECURSIVE_TEXT,
RECURSIVE_LONGTEXT, VLC_FALSE );
change_string_list( psz_recursive_list, psz_recursive_list_text, 0 );
#ifdef HAVE_STRSEP
add_string( "ignore-filetypes", "m3u,db,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue",
NULL, IGNORE_TEXT, IGNORE_LONGTEXT, VLC_FALSE );
#endif
set_callbacks( Open, Close );
add_submodule();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment