openaptx: Drop lib prefix from option name for consistency

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1876>
This commit is contained in:
Arun Raghavan 2020-12-11 21:45:25 -05:00
parent b916522382
commit 2a5d564de3
2 changed files with 2 additions and 2 deletions

View 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',

View 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')