[vlc-commits] contrib: build opus by default
Rafaël Carré
git at videolan.org
Wed Sep 5 12:57:47 CEST 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Sep 5 12:57:38 2012 +0200| [621a5ee08b78d51876ca44c04c2c251f24f7c425] | committer: Rafaël Carré
contrib: build opus by default
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=621a5ee08b78d51876ca44c04c2c251f24f7c425
---
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