gdkpixbufoverlay: fix docs - changing images at runtime is supported
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-ugly / meson_options.txt
1 option('x264_libraries', type : 'string', value : '',
2        description : 'Colon separated list of additional x264 library paths, e.g. for 10-bit version')
3
4 # Feature options for plugins without external deps
5 option('asfdemux', type : 'feature', value : 'auto')
6 option('dvdlpcmdec', type : 'feature', value : 'auto')
7 option('dvdsub', type : 'feature', value : 'auto')
8 option('realmedia', type : 'feature', value : 'auto')
9
10 # Feature options for plugins that need external deps
11 option('a52dec', type : 'feature', value : 'auto', description : 'Dolby Digital (AC-3) audio decoder plugin based on liba52 (GPL - only built if gpl option is also enabled!)')
12 option('amrnb', type : 'feature', value : 'auto', description : 'Adaptive Multi-Rate Narrow-Band audio codec plugin')
13 option('amrwbdec', type : 'feature', value : 'auto', description : 'Adaptive Multi-Rate Wide-Band audio decoder plugin')
14 option('cdio', type : 'feature', value : 'auto', description : 'CD audio source plugin based on libcdio (GPL - only built if gpl option is also enabled!)')
15 option('dvdread', type : 'feature', value : 'auto', description : 'DVD video source plugin based on libdvdread (GPL - only built if gpl option is also enabled!)')
16 option('mpeg2dec', type : 'feature', value : 'auto', description : 'MPEG 2 video decoder plugin based on libmpeg2 (GPL - only built if gpl option is also enabled!)')
17 option('sidplay', type : 'feature', value : 'auto', description : 'Commodore 64 audio decoder plugin based on libsidplay (GPL - only built if gpl option is also enabled!)')
18 option('x264', type : 'feature', value : 'auto', description : 'H.264 video encoder plugin based on libx264 (GPL - only built if gpl option is also enabled!)')
19
20 # License-related feature options
21 option('gpl', type: 'feature', value: 'disabled', yield: true,
22   description: 'Allow build plugins that have GPL-licensed dependencies')
23
24 # Common feature options
25 option('nls', type : 'feature', value : 'auto', yield: true,
26        description : 'Enable native language support (translations)')
27 option('orc', type : 'feature', value : 'auto', yield : true)
28 option('tests', type : 'feature', value : 'auto', yield : true)
29 option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
30        description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases)')
31 option('glib-asserts', type : 'feature', value : 'enabled', yield : true,
32        description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)')
33 option('glib-checks', type : 'feature', value : 'enabled', yield : true,
34        description: 'Enable GLib checks such as API guards (auto = enabled for development, disabled for stable releases)')
35
36 # Common options
37 option('package-name', type : 'string', yield : true,
38        description : 'package name to use in plugins')
39 option('package-origin', type : 'string', value : 'Unknown package origin', yield: true,
40        description : 'package origin URL to use in plugins')
41 option('doc', type : 'feature', value : 'auto', yield: true,
42        description: 'Enable documentation.')