Search found 5 matches

Go to advanced search

by alainp
29 Dec 2011 16:39
Forum: VLC for Android and Chrome OS
Topic: VLC android port with DVD support
Replies: 9
Views: 4400

Re: VLC android port with DVD support

OK, so I finally got around to compiling the full VLC package, with and without DVD support. I'm just writing this here to let the intertubes know, but at the moment, dvdnav segfaults when trying to analyse the file (seemingly in a pthread_create call, which does not come as such a big surprise). Si...
by alainp
06 Dec 2011 16:49
Forum: VLC for Android and Chrome OS
Topic: VLC android port with DVD support
Replies: 9
Views: 4400

Re: VLC android port with DVD support

OK, since I was having trouble with compiling with libdvdnav activated, I decided to first have a try with a "vanilla" build. After disabling live555 and iomx modules, I was able to reach the final building step (VLC_BUILD_DIR=vlc/android make). However, building the libvlcjni shared libra...
by alainp
05 Dec 2011 00:14
Forum: VLC for Android and Chrome OS
Topic: VLC android port with DVD support
Replies: 9
Views: 4400

Re: VLC android port with DVD support

Thanks for your answer. Well, that's another thing that baffled me, but it might come from my lack of knowledge of the autotools (and from C in general). Here's what the code basically looks like: char pthread_create(); int main() { return pthread_create(); return 0; } I don't quite get how this is ...
by alainp
04 Dec 2011 15:11
Forum: VLC for Android and Chrome OS
Topic: VLC android port with DVD support
Replies: 9
Views: 4400

Re: VLC android port with DVD support

Indeed I had seen that not all of the pthread API was present in Android. But as I said in my previous post, what baffles me in that the configure script chokes on the "pthread_create" test. This function is of course present in android's pthread.h. For all I see in the src dir of libdvdna...
by alainp
04 Dec 2011 01:06
Forum: VLC for Android and Chrome OS
Topic: VLC android port with DVD support
Replies: 9
Views: 4400

VLC android port with DVD support

Hello there, For some reasons that I'll ask anyone reading this to assume are good reasons, I'd like to get a VLC version with support for reading DVD iso files on an Android device. Since I think perfectly reasonable for VLC devs not to include this support out of the box, I decided to go and try t...

Go to advanced search