Commit 621a5ee0 authored by Rafaël Carré's avatar Rafaël Carré

contrib: build opus by default

parent 0346a35c
...@@ -4,7 +4,7 @@ OPUS_VERSION := 1.0.1-rc3 ...@@ -4,7 +4,7 @@ OPUS_VERSION := 1.0.1-rc3
OPUS_URL := http://downloads.xiph.org/releases/opus/opus-$(OPUS_VERSION).tar.gz OPUS_URL := http://downloads.xiph.org/releases/opus/opus-$(OPUS_VERSION).tar.gz
#PKGS += opus PKGS += opus
ifeq ($(call need_pkg,"opus >= 0.9.14"),) ifeq ($(call need_pkg,"opus >= 0.9.14"),)
PKGS_FOUND += opus PKGS_FOUND += opus
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment