gstreamer/meson_options.txt
2016-08-30 18:15:09 +01:00

4 lines
242 B
Meson

option('audioresample_format', type : 'combo', choices : ['int', 'float', 'auto'], value : 'auto')
option('disable_examples', type : 'boolean', value : false)
option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')