#ifndef MPLAYER_OPTIONS_H #define MPLAYER_OPTIONS_H typedef struct MPOpts { int fixed_vo; } MPOpts; #endif