]> git.sesse.net Git - vlc/blob - extras/Win32_msvc/readme.txt
* modules/access/http.c: don't crash, but complain on non http/1.x streams.
[vlc] / extras / Win32_msvc / readme.txt
1 In this directory you will find a Microsoft Visual Studio C++ 6 project
2 to build vlc.
3
4 You should be aware that this project should mainly be used for debugging vlc.
5 Most of the hardware accelerated plugins can't be built from MSVC as they are
6 programmed in assembly using the GCC asm syntax and MSVC doesn't understand
7 this.
8
9 Also you shouldn't expect this project to be working out of the box as you
10 need to configure it to include the GTK headers and libraries.