[Android] Do not link addons modules

Rafaël Carré git at videolan.org
Mon Feb 10 14:36:53 CET 2014


vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Mon Feb 10 14:36:13 2014 +0100| [7c9e8b5a739b499bb22eecf623a0d99fa59e808a] | committer: Rafaël Carré

Do not link addons modules

Their source file name does not correspond to the module name
source = foo.c
module = libaddonsfoo_plugin

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=7c9e8b5a739b499bb22eecf623a0d99fa59e808a
---

 find_modules.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/find_modules.sh b/find_modules.sh
index 322033a..6e70bb8 100755
--- a/find_modules.sh
+++ b/find_modules.sh
@@ -7,6 +7,7 @@ then
 fi
 
 blacklist="
+addons.*
 stats
 access_(bd|shm|imem)
 oldrc



More information about the Android mailing list