X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=74b6b53568fc56bdef2ae562877a2db9dfb86dc6;hb=1cc4f8ec24f4d02f456caf30ed3eb7f304eb192a;hp=b522ec24fc1999635dc2ab2adc626c6a636aea2a;hpb=04cb304b2dfaf3f97994476dcf56d38a5421a96c;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/meson_options.txt b/meson_options.txt index b522ec2..74b6b53 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -73,7 +73,12 @@ option('twolame', type : 'feature', value : 'auto', description : 'twolame mp2 a option('vpx', type : 'feature', value : 'auto', description : 'VP8 and VP9 video codec plugin') option('waveform', type : 'feature', value : 'auto', description : 'Windows waveform audio sink plugin') option('wavpack', type : 'feature', value : 'auto', description : 'Wavpack audio codec plugin') -option('x11', type : 'feature', value : 'auto', description : 'X11 ximagesrc plugin') + +# ximagesrc plugin options +option('ximagesrc', type : 'feature', value : 'auto', description : 'X11 ximagesrc plugin') +option('ximagesrc-xshm', type : 'feature', value : 'auto', description : 'X11 ximagesrc plugin (XSHM support)') +option('ximagesrc-xfixes', type : 'feature', value : 'auto', description : 'X11 ximagesrc plugin (XFixes support)') +option('ximagesrc-xdamage', type : 'feature', value : 'auto', description : 'X11 ximagesrc plugin (XDamage support)') # v4l2 plugin options option('v4l2', type : 'feature', value : 'auto', description : 'Build video4linux2 source/sink plugin') @@ -90,6 +95,8 @@ option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true, description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases)') option('glib-asserts', type : 'feature', value : 'enabled', yield : true, description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)') +option('glib-checks', type : 'feature', value : 'enabled', yield : true, + description: 'Enable GLib checks such as API guards (auto = enabled for development, disabled for stable releases)') # Common options option('package-name', type : 'string', yield : true,