diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-02-14 20:19:44 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-02-14 20:19:44 +0000 |
commit | 979907144a148d0c3bf8851dcde0aa48201b2326 (patch) | |
tree | a650f1ffba47fadd801755eee4755fa32907305e /gst | |
parent | 2f676d61a7e08076900e57b7b7ad56d5b296b66e (diff) |
meson: dist meson build files
Ship meson build files in tarballs, so people who use tarballs
in their builds can start playing with meson already.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/mxf/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mxf/meson.build b/gst/mxf/meson.build index 6950741a9..b9a6a3f20 100644 --- a/gst/mxf/meson.build +++ b/gst/mxf/meson.build @@ -15,7 +15,7 @@ mxf_sources = [ 'mxfd10.c', 'mxfup.c', 'mxfvc3.c', - 'mxfdms1.c', +# 'mxfdms1.c', ] gstmxf = library('gstmxf', |