1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/extras/Win32_msvc
Gildas Bazin 22b05cefc6 * Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
( 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
2002-04-02 23:27:07 +00:00
..
defs.h * Got rid of the DVD_DEVICE macro. We now use the dvd_device config option. 2002-04-02 23:27:07 +00:00
modules_builtin_msvc.h * Microsof Visual Studio C++ 6 project files. 2002-04-01 21:39:17 +00:00
readme.txt * Microsof Visual Studio C++ 6 project files. 2002-04-01 21:39:17 +00:00
vlc.dsp * Microsof Visual Studio C++ 6 project files. 2002-04-01 21:39:17 +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.