This will allow the GUI to check for it and to decide whether
a file selector filter for playlists should be provided.
(It won't make sense to provide such filter if playlist parsing
is disabled by MPlayer.)
git-svn-id: svn://git.mplayerhq.hu/mplayer/trunk@38110
b3059339-0415-0410-9bf9-
f77b7e298cf2
static int crash_debug;
#endif
-static int allow_playlist_parsing;
+int allow_playlist_parsing;
/* This header requires all the global variable declarations. */
#include "cfg-mplayer.h"
extern int auto_quality;
extern int disable_gui_conf;
+extern int allow_playlist_parsing;
+
extern int capture_dump;
extern int stream_dump_type;
extern char *stream_dump_name;