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

Rafaël Carré funman at videolan.org
Thu Feb 2 19:13:24 CET 2012


Le 2012-02-02 11:43, Rafaël Carré a écrit :
> 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


Actually it needs something like:

make LTLIBstats= LTLIBaccess_bd= LTLIBoldrc

Or make -e



More information about the vlc-devel mailing list