diff options
| author | 2024-10-29 16:47:10 -0400 | |
|---|---|---|
| committer | 2024-10-29 17:06:47 -0400 | |
| commit | f56abfafcd4fa722b807278b138f805112cd953e (patch) | |
| tree | 1d80c75395711d8632ef46ac4178cb98ae26c0f7 /src/buffer | |
| parent | 355480f408e88b69717b934bace4e5e69856ad23 (diff) | |
| download | camu-f56abfafcd4fa722b807278b138f805112cd953e.tar.gz camu-f56abfafcd4fa722b807278b138f805112cd953e.tar.bz2 camu-f56abfafcd4fa722b807278b138f805112cd953e.zip | |
Update deps and cleanup build
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/buffer')
| -rw-r--r-- | src/buffer/meson.build | 2 |
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 |