Blame meson_options.txt

Packit 29ef81
option('x264_libraries', type : 'string', value : '',
Packit 29ef81
       description : 'Colon separated list of additional x264 library paths, e.g. for 10-bit version')
Packit 29ef81
Packit 29ef81
# Feature options for plugins without external deps
Packit 29ef81
option('asfdemux', type : 'feature', value : 'auto')
Packit 29ef81
option('dvdlpcmdec', type : 'feature', value : 'auto')
Packit 29ef81
option('dvdsub', type : 'feature', value : 'auto')
Packit 29ef81
option('realmedia', type : 'feature', value : 'auto')
Packit 29ef81
option('xingmux', type : 'feature', value : 'auto')
Packit 29ef81
Packit 29ef81
# Feature options for plugins that need external deps
Packit 29ef81
option('a52dec', type : 'feature', value : 'auto', description : 'Dolby Digital (AC-3) audio decoder plugin')
Packit 29ef81
option('amrnb', type : 'feature', value : 'auto', description : 'Adaptive Multi-Rate Narrow-Band audio codec plugin')
Packit 29ef81
option('amrwbdec', type : 'feature', value : 'auto', description : 'Adaptive Multi-Rate Wide-Band audio decoder plugin')
Packit 29ef81
option('cdio', type : 'feature', value : 'auto', description : 'CD audio source plugin')
Packit 29ef81
option('dvdread', type : 'feature', value : 'auto', description : 'DVD video source plugin')
Packit 29ef81
option('mpeg2dec', type : 'feature', value : 'auto', description : 'MPEG 2 video decoder plugin')
Packit 29ef81
option('sidplay', type : 'feature', value : 'auto', description : 'Commodore 64 audio decoder plugin')
Packit 29ef81
option('x264', type : 'feature', value : 'auto', description : 'H.264 video encoder plugin')
Packit 29ef81
Packit 29ef81
# Common feature options
Packit 29ef81
option('nls', type : 'feature', value : 'auto', yield: true,
Packit 29ef81
       description : 'Enable native language support (translations)')
Packit 29ef81
option('orc', type : 'feature', value : 'auto', yield : true)
Packit 29ef81
option('tests', type : 'feature', value : 'auto', yield : true)
Packit 29ef81
option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
Packit 29ef81
       description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases)')
Packit 29ef81
option('glib-asserts', type : 'feature', value : 'enabled', yield : true,
Packit 29ef81
       description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)')
Packit 29ef81
option('glib-checks', type : 'feature', value : 'enabled', yield : true,
Packit 29ef81
       description: 'Enable GLib checks such as API guards (auto = enabled for development, disabled for stable releases)')
Packit 29ef81
Packit 29ef81
# Common options
Packit 29ef81
option('package-name', type : 'string', yield : true,
Packit 29ef81
       description : 'package name to use in plugins')
Packit 29ef81
option('package-origin', type : 'string', value : 'Unknown package origin', yield: true,
Packit 29ef81
       description : 'package origin URL to use in plugins')