Skip to content

Commit

Permalink
Use URL download method for Opus to prevent constant rebuilds.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Sep 28, 2024
1 parent cb3518a commit 6b62575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/BuildOpus.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ message(STATUS "Will build opus with FARGAN")

include(ExternalProject)
ExternalProject_Add(build_opus
GIT_REPOSITORY https://gitlab.xiph.org/xiph/opus.git
GIT_TAG main
URL https://gitlab.xiph.org/xiph/opus/-/archive/main/opus-main.tar.gz
DOWNLOAD_EXTRACT_TIMESTAMP NO
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ./autogen.sh && ./configure --enable-dred --disable-shared
BUILD_COMMAND $(MAKE)
Expand Down

0 comments on commit 6b62575

Please sign in to comment.