spec: Sort options and libraries in ascending order
[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 option('xingmux', type : 'feature', value : 'auto')
10
11 # Feature options for plugins that need external deps
12 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!)')
13 option('amrnb', type : 'feature', value : 'auto', description : 'Adaptive Multi-Rate Narrow-Band audio codec plugin')
14 option('amrwbdec', type : 'feature', value : 'auto', description : 'Adaptive Multi-Rate Wide-Band audio decoder plugin')
15 option('cdio', type : 'feature', value : 'auto', description : 'CD audio source plugin based on libcdio (GPL - only built if gpl option is also enabled!)')
16 option('dvdread', type : 'feature', value : 'auto', description : 'DVD video source plugin based on libdvdread (GPL - only built if gpl option is also enabled!)')
17 option('mpeg2dec', type : 'feature', value : 'auto', description : 'MPEG 2 video decoder plugin based on libmpeg2 (GPL - only built if gpl option is also enabled!)')
18 option('sidplay', type : 'feature', value : 'auto', description : 'Commodore 64 audio decoder plugin based on libsidplay (GPL - only built if gpl option is also enabled!)')
19 option('x264', type : 'feature', value : 'auto', description : 'H.264 video encoder plugin based on libx264 (GPL - only built if gpl option is also enabled!)')
20
21 # License-related feature options
22 option('gpl', type: 'feature', value: 'disabled', yield: true,
23   description: 'Allow build plugins that have GPL-licensed dependencies')
24
25 # Common feature options
26 option('nls', type : 'feature', value : 'auto', yield: true,
27        description : 'Enable native language support (translations)')
28 option('orc', type : 'feature', value : 'auto', yield : true)
29 option('tests', type : 'feature', value : 'auto', yield : true)
30 option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
31        description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases)')
32 option('glib-asserts', type : 'feature', value : 'enabled', yield : true,
33        description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)')
34 option('glib-checks', type : 'feature', value : 'enabled', yield : true,
35        description: 'Enable GLib checks such as API guards (auto = enabled for development, disabled for stable releases)')
36
37 # Common options
38 option('package-name', type : 'string', yield : true,
39        description : 'package name to use in plugins')
40 option('package-origin', type : 'string', value : 'Unknown package origin', yield: true,
41        description : 'package origin URL to use in plugins')
42 option('doc', type : 'feature', value : 'auto', yield: true,
43        description: 'Enable documentation.')
44
45 # Tizen Options
46 option('tv-profile', type : 'boolean', value : false,
47        description : 'tv-profile')