From 1ad4e39cc9ffcfc889910273372970c966f41c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 20 Jan 2020 08:01:14 +0200 Subject: [PATCH] meson: Add claxon plugin --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 4ba11b22..916d70a0 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',