From 667c8352f3b0a8dcdaadd2aac6d4588a376e5e52 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 7 Jun 2013 22:57:00 +0200 Subject: 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). --- audio/decode/dec_audio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/decode') diff --git a/audio/decode/dec_audio.h b/audio/decode/dec_audio.h index b46f4282fb..7a044e2040 100644 --- a/audio/decode/dec_audio.h +++ b/audio/decode/dec_audio.h @@ -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 */ -- cgit v1.2.3