mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-02 01:41:07 +00:00
12 lines
361 B
Meson
12 lines
361 B
Meson
|
executable('splitmuxsrc-extract', 'splitmuxsrc-extract.c',
|
||
|
dependencies: [gst_dep],
|
||
|
c_args : gst_plugins_good_args,
|
||
|
include_directories : [configinc],
|
||
|
install: false)
|
||
|
|
||
|
executable('splitmuxsrc-add-fragment', 'splitmuxsrc-add-fragment.c',
|
||
|
dependencies: [gst_dep],
|
||
|
c_args : gst_plugins_good_args,
|
||
|
include_directories : [configinc],
|
||
|
install: false)
|