1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00
vlc/extras/Win32_msvc
Gildas Bazin bf05a0e1f0 * filters were using memalign but freeing p_data instead of p_data_orig.
* updated MSVC++ project.
* small corrections to the LONGTEXT descriptions in main.c.
2002-05-19 12:57:32 +00:00
..
defs.h * filters were using memalign but freeing p_data instead of p_data_orig. 2002-05-19 12:57:32 +00:00
dirent.c * updated the MSVC++ project files and added support for dirent (vlc compiled 2002-05-18 14:03:13 +00:00
dirent.h * updated the MSVC++ project files and added support for dirent (vlc compiled 2002-05-18 14:03:13 +00:00
modules_builtin_msvc.h * filters were using memalign but freeing p_data instead of p_data_orig. 2002-05-19 12:57:32 +00:00
readme.txt * Microsof Visual Studio C++ 6 project files. 2002-04-01 21:39:17 +00:00
vlc.dsp * filters were using memalign but freeing p_data instead of p_data_orig. 2002-05-19 12:57:32 +00:00
vlc.dsw * Microsof Visual Studio C++ 6 project files. 2002-04-01 21:39:17 +00:00

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.