How to know which programming language using vlc media player?
Answers
Answered by
1
Let me GitHub this for you :)
videolan/vlc
C 68.7% C++ 18.4% Objective-C 6.4% Makefile 1.5% Lua 1.3% M4 1.2% Other 2.5%
mpc-hc/mpc-hc
C 57.3% C++ 40.3% Objective-C 0.9% Inno Setup 0.5% HTML 0.4% Batchfile 0.2% Other 0.4%
So, like nearly all desktop apps, C and C++. In the MPC project there are .sln files, so Visual Studio, while VLC uses mingw and gcc (but you can still use Visual Studio as an editor).
videolan/vlc
C 68.7% C++ 18.4% Objective-C 6.4% Makefile 1.5% Lua 1.3% M4 1.2% Other 2.5%
mpc-hc/mpc-hc
C 57.3% C++ 40.3% Objective-C 0.9% Inno Setup 0.5% HTML 0.4% Batchfile 0.2% Other 0.4%
So, like nearly all desktop apps, C and C++. In the MPC project there are .sln files, so Visual Studio, while VLC uses mingw and gcc (but you can still use Visual Studio as an editor).
Similar questions