blob: 097dc52802bf3db3572d69bed77dd8ea968cafee [file] [log] [blame]
George Liu94f781a2022-07-04 14:35:10 +08001option(
2 'tests',
3 type : 'feature',
4 value: 'enabled',
5 description : 'Build tests'
6)
7
8option(
9 'rmcp_ping',
10 type : 'feature',
11 value: 'enabled',
12 description : 'Enable RMCP Ping support'
13)