mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user