mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 06:01:04 +00:00
1cf1aac9a7
This way meson and autotools both do the same thing and we don't need to modify the code after all.
7 lines
191 B
Meson
7 lines
191 B
Meson
executable('tsparser',
|
|
'ts-parser.c',
|
|
install: true,
|
|
include_directories : [configinc],
|
|
dependencies : [gstmpegts_dep],
|
|
c_args : ['-DHAVE_CONFIG_H=1', '-DGST_USE_UNSTABLE_API' ],
|
|
)
|