Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-01-20 09:01:14 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-01-20 09:01:14 +0300
commit1ad4e39cc9ffcfc889910273372970c966f41c2f (patch)
tree168b8f0e3d19a56f6a6ce4b5f97ff1068e93c55b /meson.build
parent7d3ab342d26f13df89aa16ea03c1cdefb40bbdb9 (diff)
meson: Add claxon plugin
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4ba11b227..916d70a04 100644
--- a/meson.build
+++ b/meson.build
@@ -24,6 +24,7 @@ endif
plugins_rep = {
'gst-plugin-audiofx': 'libgstrsaudiofx',
'gst-plugin-cdg': 'libgstcdg',
+ 'gst-plugin-claxon': 'libgstclaxon',
'gst-plugin-closedcaption': 'libgstrsclosedcaption',
'gst-plugin-fallbackswitch': 'libgstfallbackswitch',
'gst-plugin-file': 'libgstrsfile',