Skip to content
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

Fixes for Windows on ARM #82

Merged
merged 2 commits into from
Feb 8, 2025

Conversation

qyot27
Copy link
Contributor

@qyot27 qyot27 commented Feb 7, 2025

Case sensitivity and a couple of source files that seem like maybe they shouldn't be in the file list for AviSynth, as the only part of the project that appears to use lwsimd.{c,h} is AviUtl.

Technically, the lwsimd commit should also fix compiling the plugin on any OS running on non-x86(-64) architectures.

Windows.h =/= windows.h on case-sensitive OSes/filesystems.
It doesn't even seem to be getting used by any of the AviSynth
source files, at least on ARM, but if it is on x86(-64) then
it should be special-cased for that architecture.

Fixes a build error.
@Asd-g
Copy link
Contributor

Asd-g commented Feb 7, 2025

Why not using CMake?

@qyot27
Copy link
Contributor Author

qyot27 commented Feb 7, 2025

I'd been using the meson system that was already there, and hadn't had any problems thus far.

@Asd-g Asd-g merged commit 67c744f into HomeOfAviSynthPlusEvolution:master Feb 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants