view parser-mpcmd.h @ 20500:9fa6073f0bde

Add VIDEOMEMORY_SIZE define to allow to easily change it. Needed for xvidix sine X seems to ignore VideoRAM settings < 8MB, causing a mess when MPlayer and X use the same memory.
author reimar
date Sun, 29 Oct 2006 14:45:44 +0000
parents 5385740067a1
children d88f5f82826e
line wrap: on
line source

#ifndef _parser_mpcmd_h
#define _parser_mpcmd_h

extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);

#endif