Skip to content

Commit

Permalink
use opus 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed May 1, 2024
1 parent 37e61d8 commit ab3f1d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion natives/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.util.regex.Pattern

apply from: 'natives.gradle'

ext.opusVersion = '1.5.1'
ext.opusVersion = '1.5.2'
ext.mpg123Version = '1.32.6'
ext.oggVersion = '1.3.5'
ext.vorbisVersion = '1.3.7'
Expand Down
2 changes: 1 addition & 1 deletion natives/connector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include_directories("$ENV{JAVA_HOME}/include/")

include_directories("${samplerate_SOURCE_DIR}/src")
include_directories("${samplerate_SOURCE_DIR}/include")
include_directories("../opus/opus-1.5.1/include")
include_directories("../opus/opus-1.5.2/include")
include_directories("../fdk-aac/libAACdec/include")
include_directories("../fdk-aac/libSYS/include")
include_directories("../vorbis/libvorbis-1.3.7/include")
Expand Down
2 changes: 1 addition & 1 deletion natives/instructions/linux-glibc-x86-64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ chmod +x ./gradlew

./gradlew load

touch natives/opus/opus-1.5.1/aclocal.m4 configure
touch natives/opus/opus-1.5.2/aclocal.m4 configure
./gradlew compileNatives

0 comments on commit ab3f1d6

Please sign in to comment.