diff options
| author | 2025-04-17 21:31:24 -0400 | |
|---|---|---|
| committer | 2025-04-17 21:33:08 -0400 | |
| commit | 76fc9fe33dd58926e552b6bd3b79d798b452c6ed (patch) | |
| tree | bdbffbb532fb0da1195e34119b3f5ecb1cc200d7 /subprojects/packagefiles/BLAKE3 | |
| parent | de68f3f60442edc5138fdb5320f40ec53a35b232 (diff) | |
| download | camu-76fc9fe33dd58926e552b6bd3b79d798b452c6ed.tar.gz camu-76fc9fe33dd58926e552b6bd3b79d798b452c6ed.tar.bz2 camu-76fc9fe33dd58926e552b6bd3b79d798b452c6ed.zip | |
Fix user volume fade and relative seek below 0
- Fix sync issue in sink.
- Update deps and android build.
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects/packagefiles/BLAKE3')
| -rw-r--r-- | subprojects/packagefiles/BLAKE3/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/packagefiles/BLAKE3/CMakeLists.txt b/subprojects/packagefiles/BLAKE3/CMakeLists.txt index 20bc4cc..75b4aea 100644 --- a/subprojects/packagefiles/BLAKE3/CMakeLists.txt +++ b/subprojects/packagefiles/BLAKE3/CMakeLists.txt @@ -1 +1,2 @@ +cmake_minimum_required(VERSION 3.9 FATAL_ERROR) add_subdirectory(c) |