Skip to content

Commit

Permalink
contrib: Update to libopus 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysepos committed Oct 14, 2019
1 parent 15d83a0 commit e49b8fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/libopus/module.defs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$(eval $(call import.MODULE.defs,LIBOPUS,libopus))
$(eval $(call import.CONTRIB.defs,LIBOPUS))

LIBOPUS.FETCH.url = https://download.handbrake.fr/contrib/opus-1.3.tar.gz
LIBOPUS.FETCH.url += https://archive.mozilla.org/pub/opus/opus-1.3.tar.gz
LIBOPUS.FETCH.sha256 = 4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550
LIBOPUS.FETCH.url = https://download.handbrake.fr/contrib/opus-1.3.1.tar.gz
LIBOPUS.FETCH.url += https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz
LIBOPUS.FETCH.sha256 = 65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d

LIBOPUS.CONFIGURE.shared = --enable-shared=no
LIBOPUS.CONFIGURE.extra = --disable-doc --disable-extra-programs
Expand Down

0 comments on commit e49b8fa

Please sign in to comment.