mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-01 13:49:58 +00:00
meson: Build tsparser example
This commit is contained in:
parent
25dee2f2cb
commit
f793e04db0
2 changed files with 8 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
# FIXME - Add other missing examples!
|
||||
subdir('compositor')
|
||||
subdir('mpegts')
|
||||
|
|
7
tests/examples/mpegts/meson.build
Normal file
7
tests/examples/mpegts/meson.build
Normal file
|
@ -0,0 +1,7 @@
|
|||
executable('tsparser',
|
||||
'ts-parser.c',
|
||||
install: true,
|
||||
include_directories : [configinc],
|
||||
dependencies : [gstmpegts_dep],
|
||||
c_args : ['-DHAVE_CONFIG_H=1' ],
|
||||
)
|
Loading…
Reference in a new issue