X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=74b6b53568fc56bdef2ae562877a2db9dfb86dc6;hb=23d8c7746d950e83e20d074d8deaf820dc84ea0c;hp=e41c244ce2f89d8248ebb01430af113714bcbe20;hpb=b7e78d84b491fcaefbe936a33c07bebdc99c55eb;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/meson_options.txt b/meson_options.txt index e41c244..74b6b53 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -46,7 +46,6 @@ option('y4m', type : 'feature', value : 'auto') # Feature options for plugins with external deps option('aalib', type : 'feature', value : 'auto', description : 'aalib text console video sink plugin') option('bz2', type : 'feature', value : 'auto', description : 'libbz2 support in the matroska plugin') -option('caca', type : 'feature', value : 'auto', description : 'libcaca text console video sink plugin') option('cairo', type : 'feature', value : 'auto', description : 'Cairo overlay plugin') option('directsound', type : 'feature', value : 'auto', description : 'Directsound audio source/sink plugin') option('dv', type : 'feature', value : 'auto', description : 'Digital video decoder and demuxer plugin') @@ -57,6 +56,7 @@ option('gtk3', type : 'feature', value : 'auto', description : 'GTK+ video sink option('jack', type : 'feature', value : 'auto', description : 'JACK audio source/sink plugin') option('jpeg', type : 'feature', value : 'auto', description : 'JPEG image codec plugin') option('lame', type : 'feature', value : 'auto', description : 'LAME mp3 audio encoder plugin') +option('libcaca', type : 'feature', value : 'auto', description : 'libcaca text console video sink plugin') option('mpg123', type : 'feature', value : 'auto', description : 'mpg123 mp3 audio decoder plugin') option('oss', type : 'feature', value : 'auto', description : 'OSS audio source/sink plugin') option('oss4', type : 'feature', value : 'auto', description : 'OSSv4 audio source/sink plugin') @@ -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') @@ -86,6 +91,12 @@ option('examples', type : 'feature', value : 'auto', yield : true) option('tests', type : 'feature', value : 'auto', yield : true) option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language support (translations)') option('orc', type : 'feature', value : 'auto', yield : true) +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,