2018-12-16 20:13:08 +00:00
|
|
|
voamrwbenc_dep = dependency('vo-amrwbenc', version: '>= 0.1.0', required: get_option('voamrwbenc'))
|
|
|
|
|
|
|
|
if voamrwbenc_dep.found()
|
|
|
|
gstvoamrwbenc = library('gstvoamrwbenc',
|
|
|
|
'gstvoamrwb.c', 'gstvoamrwbenc.c',
|
|
|
|
c_args: gst_plugins_bad_args,
|
|
|
|
link_args: noseh_link_args,
|
|
|
|
include_directories: [configinc],
|
|
|
|
dependencies: [gstaudio_dep, gstpbutils_dep, gsttag_dep, voamrwbenc_dep],
|
|
|
|
install: true,
|
|
|
|
install_dir: plugins_install_dir,
|
|
|
|
)
|
2019-05-29 10:28:00 +00:00
|
|
|
plugins += [gstvoamrwbenc]
|
2018-12-16 20:13:08 +00:00
|
|
|
|
|
|
|
install_data('GstVoAmrwbEnc.prs', install_dir: presetdir)
|
2022-02-21 16:37:26 +00:00
|
|
|
env = environment()
|
|
|
|
env.prepend('GST_PRESET_PATH', meson.current_source_dir())
|
|
|
|
meson.add_devenv(env)
|
2018-12-16 20:13:08 +00:00
|
|
|
endif
|