-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to create cross compilation MPV build using -Dgpl=false #680
Comments
my question is how to build Cross compile mpv in simple steps using https://github.com/shinchiro/mpv-winbuild-cmake Tried all possible ways as i know but stuck with build failed |
@zhongfly Could you please provide solution to build cross compile mpv with [-Dgpl=false], i tried MXE too got below error libplacebo not found |
Isn't it dup of #586 ? |
|
Please suggest In details steps , it would be greatly appreciated
i tried below steps for UBUNTU 24.04
apt-get install build-essential checkinstall bison flex gettext git mercurial subversion ninja-build gyp cmake yasm nasm automake pkgconf libtool libtool-bin gcc-multilib g++-multilib clang lld libc++1 libc++abi1 libgmp-dev libmpfr-dev libmpc-dev libgcrypt-dev gperf ragel texinfo autopoint re2c asciidoc python3-pip docbook2x unzip p7zip-full curl mimalloc ccache
Compiling with GCC got failed
Example:
cmake -DTARGET_ARCH=x86_64-w64-mingw32
-DGCC_ARCH=x86-64-v3
-DSINGLE_SOURCE_LOCATION="/home/user/packages"
-DRUSTUP_LOCATION="/home/user/install_rustup"
-G Ninja -B build64 -S mpv-winbuild-cmake
The text was updated successfully, but these errors were encountered: