mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
e4dc453ea0
allowing all kind of options to be used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26440 b3059339-0415-0410-9bf9-f77b7e298cf2
11 lines
265 B
C
11 lines
265 B
C
#ifndef MPLAYER_PARSER_CFG_H
|
|
#define MPLAYER_PARSER_CFG_H
|
|
|
|
#include "m_config.h"
|
|
|
|
int m_config_parse_config_file(m_config_t* config, char *conffile);
|
|
|
|
int m_config_preparse_command_line(m_config_t *config, int argc, char **argv);
|
|
|
|
#endif /* MPLAYER_PARSER_CFG_H */
|