[vlc-devel] [PATCH 2/2] Android: disable speex

Rafaël Carré funman at videolan.org
Thu Feb 2 17:43:51 CET 2012


Le 2012-02-02 10:57, XilasZ a écrit :
> We can also blacklist speex in Makefile in android repo instead.
> That way it won't be necessary to rebuild the contribs to enable or disable
> speex, and it won't be necessary to touch vlc repo, only the android one.

Blacklist should be used only for modules that we can't disable with
configure, no need to spend time on building something that we won't use.


Perhaps this blacklist could be done in automake by settings the LTLIB
variables:

for i in blacklist; do export LTLIB${i}=;done



More information about the vlc-devel mailing list