mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
7 lines
192 B
Meson
7 lines
192 B
Meson
executable('tsparser',
|
|
'ts-parser.c',
|
|
install: false,
|
|
include_directories : [configinc],
|
|
dependencies : [gstmpegts_dep],
|
|
c_args : ['-DHAVE_CONFIG_H=1', '-DGST_USE_UNSTABLE_API' ],
|
|
)
|