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

Update rav1e.cmd and docker/build.sh to use rav1e 0.4 #469

Closed
wants to merge 5 commits into from

Commits on Jan 16, 2021

  1. Update rav1e.cmd and docker/build.sh to use rav1e 0.4

    Switches both rav1e.cmd and docker/build.sh to update from the rav1e 0.3 maintenance branch to the 0.4 maintenance branch
    EwoutH committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    7def5ff View commit details
    Browse the repository at this point in the history
  2. rav1e.cmd: Use new install method for C-API

    rav1e switched from cbindgen to cargo-c some time ago. With 0.4 the old method broke, so this commit replaces it with the new one.
    
    See: https://github.com/xiph/rav1e#building-the-c-api
    EwoutH committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    9860c73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d69ca4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. CMakeList: Fix rav1e path

    EwoutH committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    10bcadb View commit details
    Browse the repository at this point in the history
  2. fix include rav1e.h path

    EwoutH committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    7849aae View commit details
    Browse the repository at this point in the history