summaryrefslogtreecommitdiff
path: root/src/buffer
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer')
-rw-r--r--src/buffer/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer/meson.build b/src/buffer/meson.build
index a2def3e..a3538f1 100644
--- a/src/buffer/meson.build
+++ b/src/buffer/meson.build
@@ -1,7 +1,7 @@
-no_video = meson.is_subproject()
buffer_src = ['audio.c', 'clock.c', 'peak_buffer.c']
buffer_deps = [common_deps]
buffer_args = []
+no_video = meson.is_subproject()
if not no_video
buffer_src += ['video.c']
else