Search found 7 matches

Go to advanced search

by newlukas
27 Aug 2018 14:59
Forum: Development around libVLC
Topic: Cross compile for --host=x86_64-w64-mingw32
Replies: 18
Views: 4272

Re: Cross compile for --host=x86_64-w64-mingw32

Yep, it happens when compiling from tarball (http://get.videolan.org/vlc/3.0.3/vlc-3.0.3.tar.xz) Files in tarball differ from the ones on git (git://git.videolan.org/vlc/vlc-3.0.git), some files are stripped e.g. build.sh. When I was compiling from tarball I was able to fix problem with gcrypt (as I...
by newlukas
15 Aug 2018 21:57
Forum: Development around libVLC
Topic: Cross compile for --host=x86_64-w64-mingw32
Replies: 18
Views: 4272

Re: Cross compile for --host=x86_64-w64-mingw32

On Ubuntu 17 I installed docker client using:
sudo apt-get install docker.io
then get the docker instance using:
sudo docker pull registry.videolan.org:5000/vlc-debian-win64
by newlukas
10 Aug 2018 22:31
Forum: Development around libVLC
Topic: Cross compile for --host=x86_64-w64-mingw32
Replies: 18
Views: 4272

Re: Cross compile for --host=x86_64-w64-mingw32

I compiled on Ubuntu 17 running in virtualbox using docker vlc-debian-win64 and got those errors. I used docker's default compiler which is probably mingw w64 64bit. I noticed the error in the cheatsheet. Nevertheless now everything compiles and runs on Win10, so it's time for me to write new audio ...
by newlukas
09 Aug 2018 17:29
Forum: Development around libVLC
Topic: Cross compile for --host=x86_64-w64-mingw32
Replies: 18
Views: 4272

Re: Cross compile for --host=x86_64-w64-mingw32

I'm not sure what was the cause of the above problems, but yesterday I used docker vlc-debian-win64 and peeked how VLC Jenkins compiles nighly build for 3.0.x and pasted the same build.sh command and it compiled w/o problems.
by newlukas
07 Aug 2018 10:27
Forum: Development around libVLC
Topic: Cross compile for --host=x86_64-w64-mingw32
Replies: 18
Views: 4272

Re: Cross compile for --host=x86_64-w64-mingw32

Sure, but my question is more not how to overcome compilation/linkage errors, but what is the right way to compile vlc 3.0.3 in a stable manner. There are nightly builds of vlc 3.0.4 for win64, so vlc jenkins has probably some fixed configuration which I would like to replicate in my environment. 1....
by newlukas
07 Aug 2018 09:32
Forum: Development around libVLC
Topic: Cross compile for --host=x86_64-w64-mingw32
Replies: 18
Views: 4272

Re: Cross compile for --host=x86_64-w64-mingw32

I was able to cross compile for win64 latest VLC (4.0) from git using docker with no problems. My question is what's the proper way to compile current released version (3.0.3)? I used latest docker iamge (vlc-debian-win64) and instead of cloning git repo I downloaded http://get.videolan.org/vlc/3.0....

Go to advanced search