core: make options.c compile standalone

This also removes the split between "mplayer" and "common" opts (common
opts used to be shared between mencoder and mplayer).
This commit is contained in:
wm4
2013-06-07 22:57:00 +02:00
parent 96338c6c17
commit 667c8352f3
6 changed files with 58 additions and 59 deletions

View File

@@ -37,4 +37,6 @@ int init_audio_filters(sh_audio_t *sh_audio, int in_samplerate,
int *out_samplerate, struct mp_chmap *out_channels,
int *out_format);
extern struct af_cfg af_cfg;
#endif /* MPLAYER_DEC_AUDIO_H */