File: meson.build

package info (click to toggle)
gstreamer-editing-services1.0 1.14.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,388 kB
  • sloc: ansic: 43,396; sh: 4,773; perl: 1,583; makefile: 1,172; python: 581; xml: 80; lex: 44
file content (17 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
nle_sources = ['nleobject.c',
    'nlecomposition.c',
    'nleghostpad.c',
    'nleoperation.c',
    'nlesource.c',
    'nleurisource.c',
    'gstnle.c'
]

nle = library('gstnle', nle_sources,
  dependencies : [gst_dep, gstbase_dep],
  include_directories: [configinc],
  c_args : ges_c_args,
  install : true,
  install_dir : plugins_install_dir,
)