[Android] Remove another option

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


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

Remove another option

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

 compile.sh                  |    2 +-
 vlc-android/jni/libvlcjni.c |    3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/compile.sh b/compile.sh
index 6fcae9d..22b2594 100755
--- a/compile.sh
+++ b/compile.sh
@@ -108,7 +108,7 @@ ANDROID_PATH="`pwd`"
 if [ ! -z "$FETCH" ]
 then
     # 1/ libvlc, libvlccore and its plugins
-    TESTED_HASH=efd5eca5
+    TESTED_HASH=c24ea5fb3af1
     if [ ! -d "vlc" ]; then
         echo "VLC source not found, cloning"
         git clone git://git.videolan.org/vlc.git vlc
diff --git a/vlc-android/jni/libvlcjni.c b/vlc-android/jni/libvlcjni.c
index e2cc13a..1f4a5f6 100644
--- a/vlc-android/jni/libvlcjni.c
+++ b/vlc-android/jni/libvlcjni.c
@@ -261,9 +261,6 @@ void Java_org_videolan_libvlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz)
 
     /* Don't add any invalid options, otherwise it causes LibVLC to crash */
     const char *argv[] = {
-        /* generic options, should be removed */
-        "--no-stats",
-
         /* CPU intensive plugin, setting for slow devices */
         enable_time_stretch ? "--audio-time-stretch" : "--no-audio-time-stretch",
 



More information about the Android mailing list