2017-10-03 21:16:15 +00:00
|
|
|
executable('tsparser',
|
|
|
|
'ts-parser.c',
|
|
|
|
install: true,
|
|
|
|
include_directories : [configinc],
|
|
|
|
dependencies : [gstmpegts_dep],
|
2017-10-04 14:00:48 +00:00
|
|
|
c_args : ['-DHAVE_CONFIG_H=1', '-DGST_USE_UNSTABLE_API' ],
|
2017-10-03 21:16:15 +00:00
|
|
|
)
|