mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 17:39:47 +00:00
10 lines
464 B
Meson
10 lines
464 B
Meson
option('sctp_invariants', type: 'boolean', value: false,
|
|
description: 'Add runtime checks')
|
|
option('sctp_debug', type: 'boolean', value: false,
|
|
description: 'Provide debug information')
|
|
option('sctp_inet', type: 'boolean', value: true,
|
|
description: 'Support IPv4')
|
|
option('sctp_inet6', type: 'boolean', value: true,
|
|
description: 'Support IPv6')
|
|
option('sctp_build_programs', type: 'boolean', value: true,
|
|
description: 'Build example programs')
|