meson: Build tsparser example

This commit is contained in:
Nicolas Dufresne 2017-10-03 17:16:15 -04:00
parent 25dee2f2cb
commit f793e04db0
2 changed files with 8 additions and 0 deletions

View file

@ -1,2 +1,3 @@
# FIXME - Add other missing examples!
subdir('compositor')
subdir('mpegts')

View file

@ -0,0 +1,7 @@
executable('tsparser',
'ts-parser.c',
install: true,
include_directories : [configinc],
dependencies : [gstmpegts_dep],
c_args : ['-DHAVE_CONFIG_H=1' ],
)