summaryrefslogtreecommitdiffstats
path: root/audio/decode
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-07 22:57:00 +0200
committerwm4 <wm4@nowhere>2013-06-08 17:08:20 +0200
commit667c8352f3b0a8dcdaadd2aac6d4588a376e5e52 (patch)
tree179c83939d0daa58cfb51ed448ca21a4a919fe64 /audio/decode
parent96338c6c17f707c259e026a6cba0f5d36d3d3cc5 (diff)
downloadmpv-667c8352f3b0a8dcdaadd2aac6d4588a376e5e52.tar.bz2
mpv-667c8352f3b0a8dcdaadd2aac6d4588a376e5e52.tar.xz
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).
Diffstat (limited to 'audio/decode')
-rw-r--r--audio/decode/dec_audio.h2
1 files changed, 2 insertions, 0 deletions
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 */