diff options
author | Arun Raghavan <arun@asymptotic.io> | 2020-12-11 21:45:25 -0500 |
---|---|---|
committer | Arun Raghavan <arun@asymptotic.io> | 2020-12-11 22:08:01 -0500 |
commit | 2a5d564de3d60388929e11bb85102e97dfa6fbf4 (patch) | |
tree | 27f062377131a639045af67d53c323d55a2de839 /ext/openaptx | |
parent | b916522382aaa33f216636a292e97cd769ac4093 (diff) | |
download | gstreamer-plugins-bad-2a5d564de3d60388929e11bb85102e97dfa6fbf4.tar.gz |
openaptx: Drop lib prefix from option name for consistency
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1876>
Diffstat (limited to 'ext/openaptx')
-rw-r--r-- | ext/openaptx/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openaptx/meson.build b/ext/openaptx/meson.build index 68be112c5..ec42c8e21 100644 --- a/ext/openaptx/meson.build +++ b/ext/openaptx/meson.build @@ -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', |