summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 59ed7b4a43..7d6701cd1e 100644
--- a/options/options.h
+++ b/options/options.h
@@ -334,6 +334,7 @@ typedef struct MPOpts {
struct gl_video_opts *gl_video_opts;
struct vo_opengl_opts *vo_opengl_opts;
+ struct ao_alsa_opts *ao_alsa_opts;
} MPOpts;
extern const m_option_t mp_opts[];