Skip to content

Commit

Permalink
snap
Browse files Browse the repository at this point in the history
  • Loading branch information
shakfu committed May 16, 2024
1 parent 87c7683 commit 1b27d73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ck_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
run: brew install bison flex

- name: install faust + warpbuf (libsndfile) dependencies
if: contains(fromJSON('["brew", "full", "light"]'), matrix.variant)
if: contains(fromJSON('["brew", "full", "light", "nomp3"]'), matrix.variant)
run: brew install autogen automake flac libogg libvorbis opus mpg123 lame

- name: install warpbuf (rubberband) dependencies
if: contains(fromJSON('["brew", "full", "light"]'), matrix.variant)
if: contains(fromJSON('["brew", "full", "light", "nomp3"]'), matrix.variant)
run: brew install rubberband libsamplerate

- name: build external
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ Due to platform changes and library compatibility differences, and also to provi
| .ogg | | | x | x | x | |
| .opus | | | x | x | x | |
| .vorbis | | | x | x | x | |
| macOS 14 | x | x | x | x | x | x |
| macOS 13 | x | x | x | x | x | |
| macOS 14 | x | x | x | x | | x |
| macOS 13 | x | x | x | x | | x |
| macOS 12 | x | x | x | x | x | x |

### A. The Base System
Expand Down

0 comments on commit 1b27d73

Please sign in to comment.