Command to check VLC version ?
Posted: 02 Jul 2015 09:39
Hi,
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:
But i display weird vetinary 3.0 version for multiple version.
Edit:
Return 2.2.0-git-3742-g1d6ad26 ???
Does it mean i use VLC 2.2 ? I have git clone to a fresh folder, i should have the latest 2.6 no ?
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 ?