Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
62ee2f9d
Commit
62ee2f9d
authored
Oct 17, 2005
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cough, cough... undef a config option decleration
parent
e6119f99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
modules/access/directory.c
modules/access/directory.c
+0
-2
No files found.
modules/access/directory.c
View file @
62ee2f9d
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
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