File: meson.build

package info (click to toggle)
gst-plugins-base1.0 1.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,992 kB
  • sloc: ansic: 401,400; cpp: 3,961; objc: 2,657; python: 290; sh: 66; makefile: 51
file content (5 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (3)
1
2
3
4
5
executable('encoding', 'encoding.c', 'gstcapslist.c',
  c_args : gst_plugins_base_args,
  include_directories: [configinc, libsinc],
  dependencies : [gst_dep, pbutils_dep, tag_dep, video_dep, audio_dep],
  install: false)