summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-07-22 14:29:40 +0200
committerkotontrion <[email protected]>2024-07-22 14:29:40 +0200
commit4a7ecd70a476f48901391e2011490c21a1bd41a2 (patch)
treec9a996e9a492d1eb839232942287ab571ba29347 /src/meson.build
parentd5596c421da581479382394a6ead9bb422779564 (diff)
add video device support
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index ce27c3d..87a5ae8 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -2,6 +2,7 @@ srcs = files(
'wireplumber.c',
'endpoint.c',
'device.c',
+ 'video.c',
'profile.c',
'audio.c',
)