Page 1 of 1

How to compile vlc player for iPhone Simulator

Posted: 13 Nov 2010 17:20
by sadoki
Hi to all,
I download the source code of VLC Project. I don't know how to start.
My Goal is to compile the vlc player for iphone simulator.
Please can you tell me which project is the iphone vlc player? and how to build it for the simualtor?
Thank you

Re: How to compile vlc player for iPhone Simulator

Posted: 13 Nov 2010 19:57
by Jean-Baptiste Kempf
Look at the MobileVLC.git

Re: How to compile vlc player for iPhone Simulator

Posted: 13 Nov 2010 20:31
by sadoki
Thankyou for your reply
When I execute :

Code: Select all

git clone git://git.videolan.org/MobileVLC.git
I got an error :

Code: Select all

fatal: The remote end hung up unexpectedly
Any idea please?

Re: How to compile vlc player for iPhone Simulator

Posted: 16 Nov 2010 08:28
by n0n0
Same error message for me.

Re: How to compile vlc player for iPhone Simulator

Posted: 29 Nov 2010 00:25
by Dionysiac
I have just finished building VLC for iPad both simulator and device. It was a bit of a mission to be honest.
The issue with not being able to clone from git was a server problem. That got fixed following a message to the @videolan twitter account. Thanks for the quick turnaround.

For the rest of the steps I have posted a guide on my blog http://rick-hawkins.blogspot.com/2010/1 ... -ipad.html.

Hope this helps.

Rick