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

Compile on M1: make dav1d optional #10

Closed
huitema opened this issue Apr 20, 2022 · 0 comments · Fixed by #13
Closed

Compile on M1: make dav1d optional #10

huitema opened this issue Apr 20, 2022 · 0 comments · Fixed by #13

Comments

@huitema
Copy link

huitema commented Apr 20, 2022

The AV1 library dav1d is not ported to M1. Solution would be to remove it from the file list in vcpkg.json, if removing it from all platforms is acceptable. If not, we would need to find a way to use different package lists on m1 and on x86 or ARM.

suhasHere pushed a commit that referenced this issue Jun 16, 2022
* Adds BUILD.md to document various builds.
  Currently Apple/MacOS is documented.
* Updates FindPTLS.cmake to latest from
  picotls. Fixes #9
* Removes dav1d from vcpkg. Fixes #10
* Fix typo in decoder->DecodeFrame2
* Update publisher callback to include
  ```is_still_active``` param.
* Fix minor issue with cmake toolchain looking for
  ```media``` directory.  Fixes #12
* Fixes issue with **doctest** requiring ```TEST_ADD_LABELS```
  This can be reverted once vcpkg is updated to use latest
  doctest.  See doctest/doctest@60de223 for more details on
  fix.
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 a pull request may close this issue.

1 participant