-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added windows support #53
base: master
Are you sure you want to change the base?
Conversation
Interesting. Do you have instructions for compiling on Windows? |
Yes, I have, but i need some more time I think 2d. So don't merge it now, found a bug with open URL, so vlc just got crashed. |
I'm going to create CMakeLists.txt for this project, because auto tools are too complicated for me. |
…ations for Visual Studio Code, reconfigure .gitignore.
Do you now have a recipe for building on Windows? |
I guess this effort has stopped up. Perhaps someone else want to pick up the task? |
I'm not against merging support for building for Windows, but I'm not interested in merging this patch. It's huge and unmaintainable. |
[Johan Gunnarsson]
I'm not against merging support for building for Windows, but I'm not
interested in merging this patch. It's huge and unmaintainable.
What kind of approach do you believe is maintainable? Would switching
all architectures to cmake be an ok alternative? I do not use Windows
myself, but think it is a good idea to bring this add-on to more
people. :)
…--
Happy hacking
Petter Reinholdtsen
|
Yes, absolutely. Cmake or Meson or something else.
Same. So I can't test or maintain any of this myself. |
I can do it, I need time. Starting tomorrow... |
Build ready, need more time for optimize building process First of all, change the build system to |
@johang can u fix all deprecated warnings before I made a patch? |
Because compile time are too long with warnings. And quality of code, can be better =) |
[evo]
Because compile time are too long with warnings. And quality of code,
can be better =)
I believe both are ortogonal issues, that should not block adding
Windows build support. With GCC, the compile time is the same with and
without warnings. I am not saying it should not be fixed, I am saying
it should be fixed with an independent timeline not mixed with this one.
…--
Happy hacking
Petter Reinholdtsen
|
Okay, the build system was already writen, so need to fix bug with VLC headers, where
|
It's now possible to build with CMake on master. |
Added windows support, but required to be on branch windows.