]> git.sesse.net Git - vlc/commitdiff
* cough, cough... undef a config option decleration
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 17 Oct 2005 01:14:04 +0000 (01:14 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 17 Oct 2005 01:14:04 +0000 (01:14 +0000)
modules/access/directory.c

index 07decfc71e28a6a2e7ff0fe0dfb260690342a484..44f52853d0c92faea1755e96beed7ce6c3818023 100644 (file)
@@ -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();