rtpmanager: Update codes based on 1.18.4
[platform/upstream/gst-plugins-good.git] / gst / rtpmanager / meson.build
index 2a56f37..118a1e1 100644 (file)
@@ -13,7 +13,10 @@ rtpmanager_sources = [
   'rtpsession.c',
   'rtpsource.c',
   'rtpstats.c',
+  'rtptimerqueue.c',
+  'rtptwcc.c',
   'gstrtpsession.c',
+  'gstrtpfunnel.c',
 ]
 
 gstrtpmanager = library('gstrtpmanager',
@@ -24,3 +27,5 @@ gstrtpmanager = library('gstrtpmanager',
   install : true,
   install_dir : plugins_install_dir,
 )
+pkgconfig.generate(gstrtpmanager, install_dir : plugins_pkgconfig_install_dir)
+plugins += [gstrtpmanager]