forked from ammen99/wf-recorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
8 lines (8 loc) · 917 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
option('default_codec', type: 'string', value: 'libx264', description: 'Codec that will be used by default')
option('default_framerate', type: 'integer', value: 60, description: 'Video framerate that will be used by default')
option('default_acodec', type: 'string', value: 'aac', description: 'Audio codec that will be used by default')
option('default_sample_rate', type: 'integer', value: 44100, description: 'Audio sample rate that will be used by default')
option('fallback_sample_fmt', type: 'string', value: 's16', description: 'Fallback audio sample format that will be used if wf-recorder cannot determine the sample formats supported by a codec')
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
option('pulse', type: 'feature', value: 'auto', description: 'Enable Pulseaudio')
option('opencl', type: 'feature', value: 'auto', description: 'Enable OpenCL')