[vlc-commits] contrib: build opus by default
Rafaël Carré
git at videolan.org
Wed Sep 5 12:58:58 CEST 2012
vlc/vlc-2.0 | branch: master | Rafaël Carré <funman at videolan.org> | Wed Sep 5 12:57:38 2012 +0200| [4a9cc6137e0a5ecca065652cda40e71597452d7f] | committer: Jean-Baptiste Kempf
contrib: build opus by default
(cherry picked from commit 621a5ee08b78d51876ca44c04c2c251f24f7c425)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=4a9cc6137e0a5ecca065652cda40e71597452d7f
---
contrib/src/opus/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/opus/rules.mak b/contrib/src/opus/rules.mak
index 51f9f8c..750eca7 100644
--- a/contrib/src/opus/rules.mak
+++ b/contrib/src/opus/rules.mak
@@ -4,7 +4,7 @@ OPUS_VERSION := 1.0.1-rc3
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"),)
PKGS_FOUND += opus
endif
More information about the vlc-commits
mailing list