openaptx: Drop lib prefix from option name for consistency
authorArun Raghavan <arun@asymptotic.io>
Sat, 12 Dec 2020 02:45:25 +0000 (21:45 -0500)
committerArun Raghavan <arun@asymptotic.io>
Sat, 12 Dec 2020 03:08:01 +0000 (22:08 -0500)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1876>

ext/openaptx/meson.build
meson_options.txt

index 68be112..ec42c8e 100644 (file)
@@ -4,7 +4,7 @@ openaptx_sources = [
   'gstopenaptxenc.c',
 ]
 
-openaptx_dep = dependency('libopenaptx', version : '>= 0.2', required : get_option('libopenaptx'))
+openaptx_dep = dependency('libopenaptx', version : '>= 0.2', required : get_option('openaptx'))
 
 if openaptx_dep.found()
   gstopenaptx = library('gstopenaptx',
index 1a879a0..c03f1b1 100644 (file)
@@ -116,7 +116,7 @@ option('ladspa', type : 'feature', value : 'auto', description : 'LADSPA plugin
 option('ldac', type : 'feature', value : 'auto', description : 'LDAC bluetooth audio codec plugin')
 option('libde265', type : 'feature', value : 'auto', description : 'HEVC/H.265 video decoder plugin')
 option('libmms', type : 'feature', value : 'auto', description : 'Microsoft multimedia server network source plugin')
-option('libopenaptx', type : 'feature', value : 'auto', description : 'Open Source implementation of Audio Processing Technology codec (aptX) plugin')
+option('openaptx', type : 'feature', value : 'auto', description : 'Open Source implementation of Audio Processing Technology codec (aptX) plugin')
 option('lv2', type : 'feature', value : 'auto', description : 'LV2 audio plugin bridge')
 option('mediafoundation', type : 'feature', value : 'auto', description : 'Microsoft Media Foundation plugin')
 option('microdns', type : 'feature', value : 'auto', description : 'libmicrodns-based device provider')