mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
4ff14c0e74
commit
492603d723
1 changed files with 2 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue