We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have tried to compile mlt with GCC compiler targeting mingw 32 bit but it fails with this error:
FAILED: src/modules/core/CMakeFiles/mltcore.dir/transition_matte.c.obj F:\msys64\mingw32\bin\cc.exe -DARCH_X86_64 -DUSE_SSE -Dmltcore_EXPORTS -IF:/msys64/home/x/mlt/src/modules/core/../../win 32 -IF:/msys64/home/x/mlt/src/framework/.. -mmmx -msse -msse2 -std=gnu11 -MD -MT src/modules/core/CMakeFiles/mltcore.dir /transition_matte.c.obj -MF src\modules\core\CMakeFiles\mltcore.dir\transition_matte.c.obj.d -o src/modules/core/CMakeFi les/mltcore.dir/transition_matte.c.obj -c F:/msys64/home/x/mlt/src/modules/core/transition_matte.c F:/msys64/home/x/mlt/src/modules/core/transition_matte.c: In function 'copy_Y_to_A_scaled_luma_sse': F:/msys64/home/x/mlt/src/modules/core/transition_matte.c:50:9: error: 'asm' operand has impossible constraints 50 | __asm__ volatile | ^~~~~~~ [106/273] Building C object src/modules/core/CMakeFiles/mltcore.dir/transition_mix.c.obj ninja: build stopped: subcommand failed.
cmake -DWINDOWS_DEPLOY=OFF -DSWIG_PYTHON=ON -B bin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have tried to compile mlt with GCC compiler targeting mingw 32 bit but it fails with this error:
cmake -DWINDOWS_DEPLOY=OFF -DSWIG_PYTHON=ON -B bin
The text was updated successfully, but these errors were encountered: