Mercurial > mplayer.hg
view me-opt-reg.c @ 5912:d0a34309e424
trying to fix nicks bugs ...
someone with a 3dnow cpu please test this ASAP
author | michael |
---|---|
date | Mon, 29 Apr 2002 23:33:43 +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); }