[vlc-commits] contrib: rnnoise: disable on Android for now
Tristan Matthews
git at videolan.org
Mon Oct 19 03:08:17 CEST 2020
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Sun Oct 18 18:55:34 2020 -0400| [18583099cc07989331239a8cd1bfc2290df0e718] | committer: Tristan Matthews
contrib: rnnoise: disable on Android for now
The build is failing as some symbols are duplicated in libopus.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=18583099cc07989331239a8cd1bfc2290df0e718
---
contrib/src/rnnoise/rules.mak | 3 +++
1 file changed, 3 insertions(+)
diff --git a/contrib/src/rnnoise/rules.mak b/contrib/src/rnnoise/rules.mak
index f1929474d5..f6ded7ecda 100644
--- a/contrib/src/rnnoise/rules.mak
+++ b/contrib/src/rnnoise/rules.mak
@@ -3,7 +3,10 @@
RNNOISE_GITURL := http://github.com/xiph/rnnoise.git
RNNOISE_GITHASH := 90ec41ef659fd82cfec2103e9bb7fc235e9ea66c
+ifndef HAVE_ANDROID
PKGS += rnnoise
+endif
+
ifeq ($(call need_pkg,"rnnoise"),)
PKGS_FOUND += rnnoise
endif
More information about the vlc-commits
mailing list