Skip to content

Commit 1541030

Browse files
committed
ffmpeg enable dvdread
1 parent 61009a0 commit 1541030

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ffmpeg.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
uses: cardinalby/export-env-action@v2
2828
with:
2929
envFile: 'constants.env'
30-
- run: |
30+
- name: install pre-compile libs
31+
run: |
3132
# export SKIP_FFMPEG_PATHCHES=1
3233
./init-any.sh all ffmpeg
33-
./install-pre-any.sh all 'openssl opus bluray dav1d'
34+
./install-pre-any.sh all 'openssl opus bluray dav1d dvdread'
3435
- name: generate src log
3536
run: |
3637
cd build/src/macos

0 commit comments

Comments
 (0)