Just a simple thing i can't find, how to check if the file i have is VLC 2.6 or 2.5 or 2.4 ... ?
I have try this:
Code: Select all
[[VLCLibrary sharedLibrary] version]
Edit:
Code: Select all
[[VLCLibrary sharedLibrary] changeset]
Does it mean i use VLC 2.2 ? I have git clone to a fresh folder, i should have the latest 2.6 no ?