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

deps.ffmpeg: Fix fixup step error on windows #225

Merged
merged 4 commits into from
Jan 24, 2024

Commits on Jan 13, 2024

  1. deps.ffmpeg: Fix libpng fixup step error on windows

    Invalid file path, the dir of strip_files is "bin/" rather than "bin/bin/"
    Chensiyy committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    76c7544 View commit details
    Browse the repository at this point in the history
  2. deps.ffmpeg: Fix libopus fixup step error on windows

    Invalid file path, the dir of strip_files is "bin/" rather than "bin/bin/"
    Chensiyy committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    35956b9 View commit details
    Browse the repository at this point in the history
  3. deps.ffmpeg: Fix libvorbis fixup step error on windows

    Invalid file path, the dir of strip_files is "bin/" rather than "bin/bin/"
    Chensiyy committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    f3d9984 View commit details
    Browse the repository at this point in the history
  4. deps.ffmpeg: Fix aom fixup step error on windows

    Invalid file path, the dir of strip_files is "bin/" rather than "bin/bin/"
    Chensiyy committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    c06e6f0 View commit details
    Browse the repository at this point in the history