Skip to content

Commit d2e9dee

Browse files
committed
build ffmpeg no need libyuv
1 parent 4dbca26 commit d2e9dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ffmpeg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: |
3131
# export SKIP_FFMPEG_PATHCHES=1
3232
./init-any.sh all ffmpeg
33-
./install-pre-any.sh all 'libyuv openssl opus bluray dav1d'
33+
./install-pre-any.sh all 'openssl opus bluray dav1d'
3434
- name: generate src log
3535
run: |
3636
cd build/src/macos

0 commit comments

Comments
 (0)