Page 1 of 1

Any guide for vlc-3.0.x compile?

Posted: 22 May 2018 11:32
by iosage
I have followed the wiki document https://wiki.videolan.org/Win32Compile/ to compile 2.2.4 and 2.2.5.1.
Since 3.0.0, the guide doesn't work for prebuilt path, I think this is because the contribute tarball vlc-contrib-i686-w64-mingw32-latest.tar.bz2 contains a lot of library compiled against visual studio 2015, while i686-w64-mingw32 contained in ubuntu (16.04 and 18.04) doesn't support.
Is there any guideline to build the vlc-3.0.x for Win32?

Re: Any guide for vlc-3.0.x compile?

Posted: 22 May 2018 11:37
by mfkl
the guide doesn't work for prebuilt path
Can you be more specific? What does the log say?

Your best (and easiest) bet is to use docker https://code.videolan.org/videolan/docker-images

Re: Any guide for vlc-3.0.x compile?

Posted: 22 May 2018 11:45
by iosage
Can you be more specific? What does the log say?
I posted my experience and part of build log in this passage:
https://forum.videolan.org/viewtopic.php?t=144321
If you have built vlc-3.0.x for Win32 under ubuntu, please help me.

Re: Any guide for vlc-3.0.x compile?

Posted: 23 May 2018 04:40
by mfkl
Use docker

Re: Any guide for vlc-3.0.x compile?

Posted: 24 May 2018 05:50
by iosage
Use docker
My host is Ubuntu 18.04 64bit and the target is Win32
So I choose the dock image of
registry.videolan.org:5000/vlc-debian-win32 latest b615c0de0343 4 weeks ago 2.75GB

and run the image by command

docker build .

The working directory is where I downloaded scripts from the jenkins server.

Is this correct?