contrib: opus: update to 1.2

This commit is contained in:
Tristan Matthews 2017-06-20 15:56:24 -04:00
parent b1b6894b36
commit 7f9a0b608a
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
57f14b9e8037eaa02a4d86535d3bbcceca249310fbc9ef1a452cc19dd442d4cf338d5db241d20605c236e22549df2c8266b7486c5f1666b80c532afd52cb3585 opus-1.1.4.tar.gz
1bc8489012923c14fc38577c7b9c78368b627b088be55f6c7a40a825864da5006ec36c65686adbeba7e402fdc6ea793d6f1a6dfd281a2aadd79064ff07091ebc opus-1.2.tar.gz

View File

@ -1,8 +1,8 @@
# opus
OPUS_VERSION := 1.1.4
OPUS_VERSION := 1.2
OPUS_URL := http://downloads.xiph.org/releases/opus/opus-$(OPUS_VERSION).tar.gz
OPUS_URL := https://archive.mozilla.org/pub/opus/opus-$(OPUS_VERSION).tar.gz
PKGS += opus
ifeq ($(call need_pkg,"opus >= 0.9.14"),)