You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which platform are you going to build for? If you want to build for Win7 x64, you'll need the following parameters to configure it: ./configure --toolchain=msvc --disable-programs --disable-d3d11va --disable-dxva2 --arch=amd64 --enable-shared --enable-cross-compile --target-os=win32 --extra-cflags="-MD -D_WINDLL" --extra-ldflags="-APPCONTAINER:NO -MACHINE:x64" --prefix=./Build/Windows7/x64
For other platforms, the command parameters are similar.
Also, you need a proper environment for the build. Try using the given bat instead.
The text was updated successfully, but these errors were encountered: