summaryrefslogtreecommitdiff
path: root/ext/closedcaption/meson.build
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2019-02-21 19:05:03 +0100
committerMathieu Duponchelle <mathieu@centricular.com>2019-03-06 10:32:43 +0100
commitfa8134ed1109e8dbc42a4fc74defdc668927fdaf (patch)
treebf05fceed8127118e3820c44c6611404782bcb53 /ext/closedcaption/meson.build
parent67bb17e4fae76f8f662fdd69bba6cdaaf37a90fa (diff)
downloadgstreamer-plugins-bad-fa8134ed1109e8dbc42a4fc74defdc668927fdaf.tar.gz
Check in vbi encoder
Diffstat (limited to 'ext/closedcaption/meson.build')
-rw-r--r--ext/closedcaption/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/closedcaption/meson.build b/ext/closedcaption/meson.build
index e76c71e80..c5c971b2e 100644
--- a/ext/closedcaption/meson.build
+++ b/ext/closedcaption/meson.build
@@ -6,6 +6,7 @@ zvbi_sources = [
'decoder.c',
'raw_decoder.c',
'sampling_par.c',
+ 'io-sim.c',
]
if pangocairo_dep.found()