I would like to compile my own VLC version for Windows Phone 8.1 (yes an outdated niche device), as the default video app fails to open. I hope someone has either done this before or knows Visual Studio and can assist me a little.
A little heads-up I've never compiled anything nor have I used Visual Studio (VS) before.
So far...I'm following the instructions on "https://code.videolan.org/videolan/vlc-winrt" but they aren't quite baby-step enough for me
Step 1: I downloaded the master repository form this site and copied the contents of libVLC to
C:\vlc\Windows Phone\vlc-arm\Release\ (not sure if location mattered for this directory so I put it on C drive)
I also downloaded the build from "http://people.videolan.org/~hugo/" but where do I put these files, I currently have them in their own folder. Maybe the program will just find them.
Step 2: Build and package the front-end. The instructions say to open the VLC_WinRT solution in build/VLC_WINRT.sln. The closest file is build/VLC.sln in the master repo. So I opened that one in VS 2015.
I am getting some warnings here, but it could do with file/folder placement. I have three areas with files 1. the directory I created, 2. the master repo with the VLC.slm, and 3. the build files. I think they should all be in a single directory I just don't know how it should be structured. Should I have copied the build/VLC.sln into the same directory as the contents of libVLC somewhere and again should the build files go there too as I doubt they're being used?
If anyone can assist me BEWARE I'll probably have additional questions.