rtpmanagerbad: fix the plugin registration

After compilation, the compiled library needs to be added to the list
of plugin libraries.
.
Also, fix for static builds
This commit is contained in:
Marc Leeman 2019-06-07 14:12:25 +00:00 committed by Mathieu Duponchelle
parent 4ff14c0e74
commit 492603d723

View file

@ -13,3 +13,5 @@ gstrtp = library('gstrtpmanagerbad',
c_args: gst_plugins_bad_args,
install_dir: plugins_install_dir,
)
pkgconfig.generate(gstrtp, install_dir : plugins_pkgconfig_install_dir)
plugins += [gstrtp]