summaryrefslogtreecommitdiff
path: root/gst/mixmatrix/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mixmatrix/meson.build')
-rw-r--r--gst/mixmatrix/meson.build12
1 files changed, 0 insertions, 12 deletions
diff --git a/gst/mixmatrix/meson.build b/gst/mixmatrix/meson.build
deleted file mode 100644
index 35c2f8688..000000000
--- a/gst/mixmatrix/meson.build
+++ /dev/null
@@ -1,12 +0,0 @@
-mixmat_sources = [
- 'mixmatrix.c',
-]
-
-gstmixmatrix = library('gstmixmatrix',
- mixmat_sources,
- c_args : gst_plugins_bad_args,
- include_directories : [configinc],
- dependencies : [gstbase_dep],
- install : true,
- install_dir : plugins_install_dir,
-)