Search found 5 matches

Go to advanced search

by mezzode
10 Apr 2019 13:33
Forum: Development around libVLC
Topic: Problems cross compiling VLC using Docker for Windows
Replies: 9
Views: 1216

Re: Problems cross compiling VLC using Docker for Windows

I am compiling from the root directory. Wasn't sure what I needed to be cleaning up between compiles, I ended up just re-cloning the repo and using prebuilt and it didnt error out! Not sure what to do next though, I can't run win64/vlc.exe, do I need to package it like https://wiki.videolan.org/Win3...
by mezzode
09 Apr 2019 13:15
Forum: Development around libVLC
Topic: Problems cross compiling VLC using Docker for Windows
Replies: 9
Views: 1216

Re: Problems cross compiling VLC using Docker for Windows

It's getting past the original error now but failing down the line. mv: cannot move 'source/x265.pc.in.tmp' to 'source/x265.pc.in': No such file or directory ../../contrib/src/x265/rules.mak:28: recipe for target 'x265' failed make: *** [x265] Error 1 make: Target 'all' not remade because of errors....
by mezzode
09 Apr 2019 11:39
Forum: Development around libVLC
Topic: Problems cross compiling VLC using Docker for Windows
Replies: 9
Views: 1216

Re: Problems cross compiling VLC using Docker for Windows

I'm using a volume mount so the repo persists anyway. I got the "real" latest image using the script from the repo: apt update && apt install curl -y && curl -X GET "https://registry.videolan.org/v2/vlc-debian-win64/tags/list" | sed 's;";;g' | grep -o 'tags:\...
by mezzode
09 Apr 2019 04:22
Forum: Development around libVLC
Topic: Problems cross compiling VLC using Docker for Windows
Replies: 9
Views: 1216

Re: Problems cross compiling VLC using Docker for Windows

I just followed the most recent instructions at the post: 6 sudo docker run -v ~/win64:/win64 -i -t registry.videolan.org:5000/vlc-debian-win64 /bin/bash (...you will now be running the build environment from a docker container as root) 7 apt-get update (updates the docker repositories) 8 apt-get in...
by mezzode
08 Apr 2019 15:57
Forum: Development around libVLC
Topic: Problems cross compiling VLC using Docker for Windows
Replies: 9
Views: 1216

Problems cross compiling VLC using Docker for Windows

I'm having issues cross compiling VLC following https://forum.videolan.org/viewtopic.php?f=14&t=146175 I keep running into this: [100%] Built target aom_av1_encoder_sse2 make[2]: Leaving directory '/vlc/contrib/contrib-win64/aom/aom_build' make[1]: Leaving directory '/vlc/contrib/contrib-win64/a...

Go to advanced search