Page 1 of 1
Source
Posted: 15 Feb 2010 15:40
by Joda
Hi
Is it avaible source code for vlc media player for windows ?
I can't found it
Thanks
Re: Source
Posted: 15 Feb 2010 16:50
by VLC_help
Re: Source
Posted: 16 Feb 2010 09:02
by DB-tester
Is it complete? All codecs in?
Re: Source
Posted: 16 Feb 2010 09:19
by Joda
What kind of compiler was used?
gcc is only for linux
Someone know how to compile it
Thanks
Re: Source
Posted: 16 Feb 2010 13:23
by Joda
OK I found how to compile in INSTALL.win32
but is it some good object-oriented environment to edit it
like MSVS?
Re: Source
Posted: 16 Feb 2010 13:57
by fkuehne
Most devs are using something like vi to edit the code, but in fact every text editor will do. You could even edit the files with MSVS as long as you compile with msys or cygwin. For the Windows platform, I'd recommend Eclipse, but that's a highly subjective selection. Have a look at
http://en.wikipedia.org/wiki/List_of_text_editors to see what suits your needs.
Re: Source
Posted: 16 Feb 2010 14:30
by Joda
Thanks
I will test Eclipse
now I have code block and qtcreator
But I can't found project file
Re: Source
Posted: 16 Feb 2010 15:22
by fkuehne
We don't provide any project files except for Xcode, which is Mac OS X only.
Re: Source
Posted: 17 Feb 2010 12:19
by Joda
long as you compile with msys or cygwin
Can I us GCC or MinGW from Qt creator
Re: Source
Posted: 17 Feb 2010 16:01
by fkuehne
This should work (msys and cygwin use gcc as well), but is untested so you're on your own then in case of any issues.