Skip to content

Commit cf0cb7c

Browse files
authored
Merge pull request #15419 from dmanlfc/s812-thextech
fix thextech comp with s812
2 parents a4e4398 + f09653b commit cf0cb7c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/3rdparty/AudioCodecs/libopus/CMakeLists.txt b/3rdparty/AudioCodecs/libopus/CMakeLists.txt
2+
index 2bc5c9513e..121ccf0e16 100644
3+
--- a/3rdparty/AudioCodecs/libopus/CMakeLists.txt
4+
+++ b/3rdparty/AudioCodecs/libopus/CMakeLists.txt
5+
@@ -475,7 +475,7 @@ if(OPUS_ARM_ARCHITECTURE)
6+
endif()
7+
8+
if(FLOAT_POINT)
9+
- set(OPUS_ARM_ASM 1)
10+
+ set(OPUS_ARM_ASM 0)
11+
endif()
12+
13+
configure_file(celt/arm/armopts.s.in ${CMAKE_CURRENT_BINARY_DIR}/config/celt/arm/armopts.s)

0 commit comments

Comments
 (0)