Skip to content

Commit 2ce82f3

Browse files
meson: Use combo for ffaudio choices
1 parent 45a15e5 commit 2ce82f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson_options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ option('mms', type: 'boolean', value: true,
1919

2020

2121
# input plugins
22-
option('ffaudio', type: 'string', value: 'ffmpeg',
23-
description: 'Choose between ffmpeg, libav or neither')
22+
option('ffaudio', type: 'combo', choices: ['ffmpeg', 'libav', 'disabled'],
23+
description: 'Choose between ffmpeg, libav or disabled')
2424
option('mpg123', type: 'boolean', value: true,
2525
description: 'Whether MPG123 support is enabled')
2626
option('adplug', type: 'boolean', value: true,

0 commit comments

Comments
 (0)