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

Please update the Windows build instructions for libaom to use vcpkg system #1162

Open
paul-gruzdev opened this issue Apr 12, 2024 · 1 comment

Comments

@paul-gruzdev
Copy link

Run the aom.cmd script in the third-party directory to download libaom and compile it.
This script requires cmake, ninja nasm to be installed, and even then it won't build the libaom successfully. In order to build it, use:

vcpkg install aom:x64-windows

command in vcpkg folder. Also make sure you do this before running vcpkg install libheif because the latter should locate the aom build before building itself.

@bradh
Copy link
Contributor

bradh commented Apr 12, 2024

Possibly you could propose the changes you think are appropriate (either in place of, or along side, the existing instructions) as a Pull Request. That would ensure your needs are addressed, and make it easy for the maintainers to apply.

You can just do this on github if it is easier.

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

No branches or pull requests

2 participants