That is great. I thought I should give some more background for others who are new at this. I had found the page
https://wiki.videolan.org/iOSCompile. I had two copies of the git clone. The one I did the compile for the device. This worked fine as long as I did not try in the xcode project to build for a 7.x device. The other clone I built with the -s option. That failed to build.
Today I found this page:
https://wiki.videolan.org/VLCKit/ This is more what I was looking for, sample projects to build an app. The previous page is for a full featured app.
I am running the build script now. The first time failed, so I removed /usr/local/bin from my PATH as suggested on the page.
I do have one question. How do you pull in new features to an existing project? I am somewhat new to iOS development and I have never had to run a build script before I can work on an xproject.
Thanks,
Daniel Davies