udpsrc: remove redundant saddr unref
[platform/upstream/gst-plugins-good.git] / gst / udp / meson.build
1 udp_sources = [
2   'gstudp.c',
3   'gstudpsrc.c',
4   'gstudpsink.c',
5   'gstmultiudpsink.c',
6   'gstdynudpsink.c',
7   'gstudpnetutils.c'
8 ]
9
10 gstudp = library('gstudp',
11   udp_sources,
12   c_args : gst_plugins_good_args,
13   include_directories : [configinc, libsinc],
14   dependencies : [gst_dep, gstbase_dep, gstnet_dep, gio_dep],
15   install : true,
16   install_dir : plugins_install_dir,
17 )