You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Gildas Bazin bf05a0e1f0 * filters were using memalign but freeing p_data instead of p_data_orig. 25 years ago
..
defs.h * filters were using memalign but freeing p_data instead of p_data_orig. 25 years ago
dirent.c * updated the MSVC++ project files and added support for dirent (vlc compiled 25 years ago
dirent.h * updated the MSVC++ project files and added support for dirent (vlc compiled 25 years ago
modules_builtin_msvc.h * filters were using memalign but freeing p_data instead of p_data_orig. 25 years ago
readme.txt * Microsof Visual Studio C++ 6 project files. 25 years ago
vlc.dsp * filters were using memalign but freeing p_data instead of p_data_orig. 25 years ago
vlc.dsw * Microsof Visual Studio C++ 6 project files. 25 years ago

readme.txt

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.