No description
  • C 98.8%
  • Zig 0.9%
  • Shell 0.3%
Find a file
Stephen Gutekanst 456cbba131
Some checks failed
CI / x86_64-linux (push) Has been cancelled
CI / x86_64-windows (push) Has been cancelled
CI / x86_64-macos (push) Has been cancelled
update deps
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2024-12-30 16:50:43 -07:00
.github all: update Zig to version 0.14.0-dev.2577+271452d22 2024-12-30 16:50:43 -07:00
include Fix grouping for latest doxygen. 2021-10-23 10:29:20 -07:00
src opusenc: Fix -Wstrict-prototypes 2022-12-31 15:46:01 -08:00
.gitignore update to Zig 2024.05 2024-06-02 13:14:31 -07:00
build.zig update to Zig 2024.05 2024-06-02 13:14:31 -07:00
build.zig.zon update deps 2024-12-30 16:50:43 -07:00
COPYING Properly cleanup even when ope_drain() isn't called 2017-05-05 21:04:55 -04:00
README.md add build.zig 2023-11-15 13:53:13 +03:30
update.sh add build.zig 2023-11-15 13:53:13 +03:30
verify.sh add build.zig 2023-11-15 13:53:13 +03:30

Opusenc packaged for the Zig build system

This is a fork of opusenc, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.

Looking for Zig bindings to Opusenc? See mach-opus.

Updating

To update this repository, run ./update.sh followed by ./verify.sh to verify the repository contents.

Verifying repository contents

For supply chain security reasons (e.g. to confirm we made no patches to the code) we provide a git diff command you can run to verify the contents of this repository:

./verify.sh

If nothing is printed, there is no diff. Deleted files, and changes to README.md, build.zig, .github CI files and .gitignore are ignored.

Issues

Issues are tracked in the main Mach repository.