Page 1 of 1

how to disable a particular module

Posted: 10 Nov 2013 05:43
by busybeeCS
we can find all the modules through find_modules.sh script. i tried to disable access_http module by adding --disable-access-http option when doing configure for vlc for android, but i got:
configure: WARNING: unrecognized options: --disable-access-http
i tried --disable-access_http, the same warning occured, it meaned the option didnt work.
i am confused. can anybody help?

Re: how to disable a particular module

Posted: 10 Nov 2013 07:40
by edwardw
You do not.

Re: how to disable a particular module

Posted: 10 Nov 2013 08:07
by busybeeCS
You do not.
it seems as if we can disable very limited modules but not arbitrary ones.
is there another way to disable a particular one?

Re: how to disable a particular module

Posted: 10 Nov 2013 17:19
by edwardw
That is because those modules are built-in modules.