how to disable modules that is not used in my vlc
Posted: 05 Apr 2016 07:38
HI,all
recently i have compiled android vlc on my ubuntu 14 like https://wiki.videolan.org/AndroidCompile
in order to disable all modules that is not used in my vlc, I modify vlc-android/compile-libvlc.sh like this:
#VLC CONFIGURE ARGUMENTS#
--disable - avcodec
--disable - live555
...
but it does not work
so ,how can i trim modules ? and how to "make clean vlc"
the Method provided on forum like disable vlc/andriod/configure.sh and run "env.sh",but there is no "env.sh" in the new version
thanks
recently i have compiled android vlc on my ubuntu 14 like https://wiki.videolan.org/AndroidCompile
in order to disable all modules that is not used in my vlc, I modify vlc-android/compile-libvlc.sh like this:
#VLC CONFIGURE ARGUMENTS#
--disable - avcodec
--disable - live555
...
but it does not work
so ,how can i trim modules ? and how to "make clean vlc"
the Method provided on forum like disable vlc/andriod/configure.sh and run "env.sh",but there is no "env.sh" in the new version
thanks