mirror of
https://github.com/videolan/vlc.git
synced 2024-12-14 12:14:42 +08:00
22b05cefc6
( this creates a small memory leak as we don't free the string obtained from config_GetPszVariable, but I think we can live with it for now ) * the SSE plugins are disable on the mingw32 build as they don't work. ( because memalign is not implemented on win32, and malloc only aligns on an 8 bytes boundary ) * fixed small mistake in INSTALL.win32 |
||
---|---|---|
.. | ||
defs.h | ||
modules_builtin_msvc.h | ||
readme.txt | ||
vlc.dsp | ||
vlc.dsw |
In this directory you will find a Microsoft Visual Studio C++ 6 project to build vlc. You should be aware that this project should mainly be used for debugging vlc. Most of the hardware accelerated plugins can't be built from MSVC as they are programmed in assembly using the GCC asm syntax and MSVC doesn't understand this. Also you shouldn't expect this project to be working out of the box as you need to configure it to include the GTK headers and libraries.