Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit bd3e7aa

Browse files
committed
build: Setting WITH_MSS_2016 default turn off in meson.
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
1 parent 1d103aa commit bd3e7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson_options.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ option('USE_DRI3_RENDERER', type : 'combo', choices : ['yes', 'no', 'auto'], val
3535
option('MFX_SINK_BIN', type : 'combo', choices : ['yes', 'no', 'auto'], value: 'auto',
3636
description : 'Build MSDK sink bin plugin.')
3737

38-
option('WITH_MSS_2016', type : 'boolean', value : true, description : 'Build plugins for MSS 2016.')
38+
option('WITH_MSS_2016', type : 'boolean', value : false, description : 'Build plugins for MSS 2016.')
3939

4040
option('MFX_VC1_PARSER', type : 'combo', choices : ['yes', 'no', 'auto'], value: 'auto',
4141
description : 'Build VC1 parser plugin')

0 commit comments

Comments
 (0)