Commit 2d582b6e authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

contrib: add opus

(cherry picked from commit 3e954c98)
(cherry picked from commit 0f82e032)
(cherry picked from commit f559e33c)
(cherry picked from commit 67b2f035)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 9f55fe99
62450dd3009c0ca5dd26ce4cb14a4334d5ff4348b1615efab45203a806846f1ba8cbd1e36ea5e565b1b422bd26d814e28678917410b006b0f18c6bf6f0944996 opus-1.0.1-rc.tar.gz
# opus
OPUS_VERSION := 1.0.1-rc
OPUS_URL := http://downloads.xiph.org/releases/opus/opus-$(OPUS_VERSION).tar.gz
#PKGS += opus
ifeq ($(call need_pkg,"opus >= 0.9.14"),)
PKGS_FOUND += opus
endif
$(TARBALLS)/opus-$(OPUS_VERSION).tar.gz:
$(call download,$(OPUS_URL))
.sum-opus: opus-$(OPUS_VERSION).tar.gz
opus: opus-$(OPUS_VERSION).tar.gz .sum-opus
$(UNPACK)
$(UPDATE_AUTOCONFIG)
$(MOVE)
OPUS_CONF=
ifndef HAVE_FPU
OPUS_CONF += --enable-fixed-point
endif
.opus: opus
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(OPUS_CONF)
cd $< && $(MAKE) install
touch $@
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