Search found 4 matches

Go to advanced search

by Lyra532
23 Aug 2018 09:15
Forum: Development around libVLC
Topic: Cross compile for --host=x86_64-w64-mingw32
Replies: 18
Views: 4273

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

I think it only happens when you build from a tarball rather than from git hub
by Lyra532
21 Aug 2018 11:23
Forum: Development around libVLC
Topic: Cross compile for --host=x86_64-w64-mingw32
Replies: 18
Views: 4273

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

if anyone is interested the answer to solve this problem is described here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814954 you need to modify the configure.ac file inside gcrypt directory - m4_esyscmd([git rev-parse --short HEAD | tr -d '\n\r'])) + m4_esyscmd([printf %x $(wc -l < debian/ch...
by Lyra532
19 Aug 2018 09:27
Forum: Development around libVLC
Topic: Cross compile for --host=x86_64-w64-mingw32
Replies: 18
Views: 4273

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

thank you for your answer, I am now able to build vlc 4 from git, but when I try to build vlc3.0.3 (inside a vlc-debian-win64 container) I get the gcrypt error: x86_64-w64-mingw32-windres: versioninfo.rc.in:21: syntax error Makefile:1224: recipe for target 'versioninfo.lo' failed make[2]: *** [versi...
by Lyra532
13 Aug 2018 13:31
Forum: Development around libVLC
Topic: Cross compile for --host=x86_64-w64-mingw32
Replies: 18
Views: 4273

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

Hi newlukas, can you please specify your steps? Did you follow the cheat sheet above? each time I try to run the docker pull registry.videolan.org:5000/vlc-debian-win64 command, I get an error: docker: Error response from daemon: Get https://registry.videolan.org:5000/v2/: net/http: request canceled...

Go to advanced search