view me-opt-reg.c @ 6775:7a41ce77089f

Moved RealPlayer libs installation to codecs.html where all the other installation instructions are. Always use <B>Note:</> for consistency, reworded parts all over the place.
author diego
date Wed, 24 Jul 2002 01:56:08 +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);

}