We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61009a0 commit 1541030Copy full SHA for 1541030
.github/workflows/ffmpeg.yml
@@ -27,10 +27,11 @@ jobs:
27
uses: cardinalby/export-env-action@v2
28
with:
29
envFile: 'constants.env'
30
- - run: |
+ - name: install pre-compile libs
31
+ run: |
32
# export SKIP_FFMPEG_PATHCHES=1
33
./init-any.sh all ffmpeg
- ./install-pre-any.sh all 'openssl opus bluray dav1d'
34
+ ./install-pre-any.sh all 'openssl opus bluray dav1d dvdread'
35
- name: generate src log
36
run: |
37
cd build/src/macos
0 commit comments