view me-opt-reg.c @ 5184:90e4c2784679

usr/lib/mplayer not /usr/lib, as reminded by Amy Fong.
author eyck
date Mon, 18 Mar 2002 09:39:18 +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);

}