From 7eba27c125f6e4813ecc6cff567dc29e17d10fc5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 21 Jul 2013 21:33:17 +0200 Subject: options: use new option code for --ao This requires completely refactoring the AO creation code too. --- core/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/options.h') diff --git a/core/options.h b/core/options.h index f70f7f8553..44ca1148b9 100644 --- a/core/options.h +++ b/core/options.h @@ -47,7 +47,7 @@ typedef struct mp_vo_opts { typedef struct MPOpts { char **reset_options; - char **audio_driver_list; + struct m_obj_settings *audio_driver_list; int fixed_vo; char *mixer_device; char *mixer_channel; -- cgit v1.2.3