summaryrefslogtreecommitdiff
path: root/subprojects/gst-plugins-bad/tests/examples/mpegts/meson.build
blob: baea3ef6221455b117bf6043a1bd6ec87784c181 (plain)
1
2
3
4
5
6
7
8
9
10
11
foreach fname : ['ts-parser.c', 'ts-section-writer.c', 'ts-scte-writer.c', 'tsmux-prog-map.c']
  exe_name = fname.split('.').get(0).underscorify()

  executable(exe_name,
    fname,
    install: false,
    include_directories : [configinc],
    dependencies : [gstmpegts_dep],
    c_args : gst_plugins_bad_args + ['-DGST_USE_UNSTABLE_API'],
  )
endforeach