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