Skip to content

contrib: set HAVE_WIN64 in the Makefile

Steve Lhomme requested to merge robUx4/vlc:contrib-hardcode into master

It's tied to the ARCH value which comes from the HOST which is hardcoded in the Makefile.

We may hardcode even more values based on BUILD which is also hardcoded in the Makefile. If it's not set the boostrap fails.

Having less conditional parts in the Makefile might make it faster. Right now it's very slow testing a lot of things in the shell.

The "bootstrap" is actually more a configure script for the contribs. It needs to be called again for each build environment/target changes.

Edited by Steve Lhomme

Merge request reports