Page 1 of 1

vlc 2.2.0-rc2 compile with VS2013

Posted: 16 Feb 2015 03:10
by JoungEunKim
Hi. All.

Nice to meet you.

Happy, Chinese New Year!!!

I made new version of vlc 2.2.0-rc2 compile with VS2013.

Someone ask before, it need to make, how can make like this...

1 ) download vlc new sources and contrib (sometimes contrib to use previous version).
2 ) compile vlc with cygwin.
3 ) make install package.
4 ) copy that all result, to new directory.
5 ) remove no use files. (.lib, .deps, makefile, *.o, *.lo, *.la...)
6 ) compare with previous old version. :mrgreen:
7 ) add project files and add other sources.
8 ) make cygwin version library.
9 ) check all dlls and extern libs.
10 ) compile each dll and exe and fix some compile errors. :mrgreen:
11 ) run and play some files.

This is almost I was to make version of VS. :lol:

I give you urls new version of vlc 2.2.0-rc2 compile with VS2013.

vlc-2.2.0-rc2 compile with cygwin (assembler part and some library)
https://github.com/sunqueen/vlc-2.2.0-rc2.32-cover.git

vlc-2.2.0-rc2 compile with VS2013
https://github.com/sunqueen/vlc-2.2.0-rc2.32-2013.git

Have a nice day~~~

Re: vlc 2.2.0-rc2 compile with VS2013

Posted: 16 Feb 2015 10:07
by Jean-Baptiste Kempf

Re: vlc 2.2.0-rc2 compile with VS2013

Posted: 16 Feb 2015 11:59
by JoungEunKim
Oh... ^^

Sorry, I don't know, vlc has already version of msvc...
Please more explain, how can make version of msvc?
Please help me.
Thanks.

Re: vlc 2.2.0-rc2 compile with VS2013

Posted: 16 Feb 2015 22:29
by Jean-Baptiste Kempf
This is a new project, that used a LOT of your code :) You can use build.sh in the root, in MSys2

Re: vlc 2.2.0-rc2 compile with VS2013

Posted: 17 Feb 2015 01:42
by JoungEunKim
OK.
Thanks. *^^*

Re: vlc 2.2.0-rc2 compile with VS2013

Posted: 17 Feb 2015 09:53
by Jean-Baptiste Kempf
And you can patch and test it :)

Re: vlc 2.2.0-rc2 compile with VS2013

Posted: 17 Feb 2015 10:05
by RSATom
j-b, does it uses main vlc repo on build?

Re: vlc 2.2.0-rc2 compile with VS2013

Posted: 13 Apr 2015 16:42
by const86
Hi! How correct compile this project? I try to compile, but in debug mode VS gives error in plugin.c/moduleUnload/FreeLibrary. What am I doing wrong?