view command.h @ 23785:593df57c3134

Do not test for the existence of device files during configuration, it fails for packagers, crosscompilers or other cases where the binaries are built on a machine different from the one they are run on.
author diego
date Tue, 17 Jul 2007 12:37:16 +0000
parents 1d807885ce7b
children 6ac1ece1f9fe
line wrap: on
line source

int run_command(struct MPContext *mpctx, mp_cmd_t *cmd);
char *property_expand_string(struct MPContext *mpctx, char *str);
void property_print_help(void);