1rtsp_sources = [ 2 'gstrtspelement.c', 3 'gstrtsp.c', 4 'gstrtspsrc.c', 5 'gstrtpdec.c', 6 'gstrtspext.c', 7] 8 9gstrtsp = library('gstrtsp', 10 rtsp_sources, 11 c_args : gst_plugins_good_args, 12 include_directories : [configinc, libsinc], 13 dependencies : [gstbase_dep, gio_dep, gstrtp_dep, gstrtsp_dep, gstsdp_dep, gstnet_dep], 14 install : true, 15 install_dir : plugins_install_dir, 16) 17pkgconfig.generate(gstrtsp, install_dir : plugins_pkgconfig_install_dir) 18plugins += [gstrtsp] 19