[Android] Fix build

Geoffrey Métais git at videolan.org
Sun Jun 5 14:12:25 CEST 2016


vlc-android | branch: 2.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Sun Jun  5 13:42:35 2016 +0200| [b14e71639499991f60d69b0c3cce08d58fea1727] | committer: Geoffrey Métais

Fix build

(cherry picked from commit 543db59fedaf05a0de585247a925221ca3bcb1eb)

> https://code.videolan.org/videolan/vlc-android/commit/b14e71639499991f60d69b0c3cce08d58fea1727
---

 libvlc/src/org/videolan/libvlc/Media.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvlc/src/org/videolan/libvlc/Media.java b/libvlc/src/org/videolan/libvlc/Media.java
index 0cd33a4..e336690 100644
--- a/libvlc/src/org/videolan/libvlc/Media.java
+++ b/libvlc/src/org/videolan/libvlc/Media.java
@@ -565,7 +565,7 @@ public class Media extends VLCObject<Media.Event> {
                 parse = true;
             }
         }
-        return parse && nativeParseAsync(flags);
+        return parse && nativeParseAsync(flags, timeout);
     }
 
     public boolean parseAsync(int flags) {



More information about the Android mailing list