Skip to content

Commit e36a9da

Browse files
committed
wip
1 parent 7fb0a60 commit e36a9da

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

brewkit/toolchain/linux/bzip2

100644100755
File mode changed.

brewkit/toolchain/linux/unzip

100644100755
File mode changed.

projects/ffmpeg.org/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default async function ({ prefix, tag }: BuildOptions) {
1616
--enable-libvpx
1717
--enable-libopus
1818
--enable-libwebp
19-
# --enable-libass
19+
--enable-libass
2020
`;
2121
run`make --jobs ${navigator.hardwareConcurrency}`;
2222
run`make install`;

projects/ffmpeg.org/package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ dependencies:
1717
google.com/webp: ^1
1818
xiph.org/opus: ^1
1919
gnu.org/fribidi: ^1
20+
github.com/libass/libass: ^0.17

0 commit comments

Comments
 (0)