File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ index 6902d56a..98ebd001 100644
31
31
# [configure file example]
32
32
configure_file(cmake/aui-config.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/aui-config.cmake @ONLY)
33
33
diff --git a/aui.audio/CMakeLists.txt b/aui.audio/CMakeLists.txt
34
- index 21e44153..e3154d7f 100644
34
+ index 21e44153..afbc367b 100644
35
35
--- a/aui.audio/CMakeLists.txt
36
36
+++ b/aui.audio/CMakeLists.txt
37
37
@@ -5,26 +5,36 @@ add_subdirectory(3rdparty/ogg)
@@ -75,7 +75,7 @@ index 21e44153..e3154d7f 100644
75
75
- auib_import(Opus https://github.com/xiph/opus.git VERSION v1.4)
76
76
- aui_link(aui.audio PRIVATE Opus::opus)
77
77
+ if (AUIB_DISABLE)
78
- + find_package(opus CONFIG REQUIRED)
78
+ + find_package(Opus CONFIG REQUIRED)
79
79
+ aui_link(aui.audio PRIVATE Opus::opus)
80
80
+ else ()
81
81
+ auib_import(Opus https://github.com/xiph/opus.git VERSION v1.4)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package("aui")
7
7
" https://github.com/aui-framework/aui.git" )
8
8
9
9
add_versions (" v7.1.2" , " a4cf965c50d75e20a319c9c8b231ad9c13c25a06ad303e1eb65d1ff141b1f85c" )
10
- add_patches (" v7.1.2" , " patches/v7.1.2/debundle.diff" , " 927c6f6ee6e0998f2e79d6d8cfc9dea8de62b301cf1baa1c84c325d5d654275b " )
10
+ add_patches (" v7.1.2" , " patches/v7.1.2/debundle.diff" , " 61aa96174f63aceb93cd39ae5f81be08bb28a8345f87db77f3f3ea89f218fb12 " )
11
11
12
12
add_deps (" cmake" )
13
13
if is_subhost (" windows" ) then
You can’t perform that action at this time.
0 commit comments