summaryrefslogtreecommitdiff
path: root/gst/cdxaparse/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'gst/cdxaparse/meson.build')
-rw-r--r--gst/cdxaparse/meson.build13
1 files changed, 0 insertions, 13 deletions
diff --git a/gst/cdxaparse/meson.build b/gst/cdxaparse/meson.build
deleted file mode 100644
index 34ef664f0..000000000
--- a/gst/cdxaparse/meson.build
+++ /dev/null
@@ -1,13 +0,0 @@
-cdxaparse_sources = [
- 'gstcdxaparse.c',
- 'gstvcdparse.c',
-]
-
-gstcdxaparse = library('gstcdxaparse',
- cdxaparse_sources,
- c_args : gst_plugins_bad_args,
- include_directories : [configinc],
- dependencies : [gstbase_dep, gstriff_dep],
- install : true,
- install_dir : plugins_install_dir,
-)