[Android] Remove another option with no effect at all

Rafaël Carré git at videolan.org
Tue Jan 28 15:26:21 CET 2014


vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Tue Jan 28 15:26:02 2014 +0100| [5f29644b6a092040131e6dd8705d9fabbc3f4551] | committer: Rafaël Carré

Remove another option with no effect at all

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=5f29644b6a092040131e6dd8705d9fabbc3f4551
---

 vlc-android/jni/libvlcjni.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/vlc-android/jni/libvlcjni.c b/vlc-android/jni/libvlcjni.c
index bbc02cb..e2cc13a 100644
--- a/vlc-android/jni/libvlcjni.c
+++ b/vlc-android/jni/libvlcjni.c
@@ -263,7 +263,6 @@ void Java_org_videolan_libvlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz)
     const char *argv[] = {
         /* generic options, should be removed */
         "--no-stats",
-        "--no-plugins-cache",
 
         /* CPU intensive plugin, setting for slow devices */
         enable_time_stretch ? "--audio-time-stretch" : "--no-audio-time-stretch",



More information about the Android mailing list