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 to compile it by myself, even though I'm completely new both to VLC compilation and to Android development (not much of a developer, anyway). After a bit of fiddling around, I got that i needed to add ".dvdnav" to the android.mak file in the extras/contrib/src/Distributions folder, which would then also make libdvdcss and lidvdread included. I "bootstrapped" the extras again, but libdvdnav's configure script choked on pthread_create support, saying it was absent. Since pthread.h in the android NDK does look like it includes this function, I'm kind of at a loss here, and I thought maybe a kind soul on this forum would be able to help.
In any case, thanks for VLC.