Mercurial > mplayer.hg
view me-opt-reg.c @ 6813:cdfa9de87202
Reorganized the README. More general information up front, more concise
steps. Added Step0 with downloading instructions instead of repeating this
in several steps. Mention system wide as well as per user file locations.
Rewordings everywhere, hopefully clearer.
author | diego |
---|---|
date | Fri, 26 Jul 2002 03:53:27 +0000 |
parents | 8d4208df7c15 |
children |
line wrap: on
line source
#include "config.h" #include <stdlib.h> #include <stdio.h> #include "cfgparser.h" extern void libmpdemux_register_options(m_config_t* cfg); void me_register_options(m_config_t* cfg) { libmpdemux_register_options(cfg); }