How to disable all modules that is not used in my vlc?
I modify vlc/android/configure.sh like this:
--disable-plugins \
--enable-avformat \
--enable-swscale \
...
But it is not work.
I only need a simple function of playing http live streaming(h264+aac).
But the size of libvlcjni.so is too large for me.
How could I get a smallest size libvlcjni.so.
thanks!